shokujinjpのWeb API
Endpoint for healthcheck.
{
"health": "ok"
}
List of menus that can order today.
[
{
"id": "1",
"name": "麻婆豆腐",
"price": "600",
"category": "定食",
"day_start": "",
"day_end": "",
"can_weekday": "",
"description": "1番"
},
...
]
List of all menus in shokujinjp/data
[
{
"id": "1",
"name": "麻婆豆腐",
"price": "600",
"category": "定食",
"day_start": "",
"day_end": "",
"can_weekday": "",
"description": "1番"
},
...
]
This endpoint is a joke :)