Lunchgate API2 Demo
Für die Ausführung der Befehle ist eine HTTP Authentifizierung erforderlich oder ein vorgängiges Login. Für
beides benutzen Sie Ihre persönlichen Zugangsdaten Partner Account oder den Demo
Account: [api.demo@lunchgate.ch | demo]
Mehr Informationen
Anmelden
URL | method | params | response | demo |
restaurant commands | ||||
/restaurant/list | GET | keyword | list of restaurant profiles | /demo/restaurant/list |
/restaurant/profile | GET | restaurant_id OR url_name OR ronorp_id | full restaurant profile with images, panos … | /demo/restaurant/profile |
/restaurant/menu | GET | restaurant_id OR url_name day (optional, default 0) limit (optional, default 10) |
specialities and menus | /demo/restaurant/menu |
/restaurant/menu-promotion | GET | restaurant_id lang (default de) date (Y-m-d, default today) time (H:i, default now) |
specialities and menus | /demo/restaurant/menu-promotion |
Beachten Sie auch das Code-Beispiel getRestaurantMenus mit cURL