ReMap Restaurants Microservice
Status | |
---|---|
master | |
deployment/staging | |
deployment/production |
interface IResponse {
id: string;
name: string;
name_kana: string;
latitude: string;
longitude: string;
url: string;
url_mobile?: string;
images: string[];
coupon_url: { desktop?: string, mobile?: string };
tel?: string;
opening_times?: string;
catchphrase?: string;
description?: string;
access?: string;
holiday?: string;
credit_card?: string;
non_smoking?: string;
lunch?: string;
children?: string;
}
GET /?latitude=${LATITUDE}&longitude=${LONGITUDE}
GET /?id=${ID_0},${ID_1}
- latitude
- longitude
- range
- page
- per_page
- id
GET /:id