restaurant-cli ============== Copyright (c) 2026 Omar Shahine Licensed under the MIT License (see LICENSE). ------------------------------------------------------------------ Third-party attributions ------------------------------------------------------------------ The Resy provider module (`src/providers/resy/`) was designed based on the publicly available knowledge encoded in the resy-cli project by Logan Grees. No source code was copied; the module is a clean reimplementation in TypeScript. Individual endpoints in `src/providers/resy/client.ts` cite the corresponding upstream file for provenance. resy-cli Copyright (c) 2023 Logan Grees https://github.com/lgrees/resy-cli Licensed under the MIT License. The OpenTable GraphQL API path (`src/providers/opentable/api.ts`) was designed based on the publicly available knowledge encoded in the openclaw-hub OpenTable plugin by Jeff Steinbok. No source code was copied; the TypeScript module is a clean reimplementation. The endpoint shape, persisted-query hash, and CSRF acquisition pattern are the only shared artifacts. openclaw-hub Copyright (c) Jeff Steinbok https://github.com/JeffSteinbok/openclaw-hub