Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

kobakazu0429/dorm_menu_api

Repository files navigation

dorm_menu_api

Commands

yarn start: start server
yarn cli: excute some options, plz read the cli help.

API v2

API Routing

/api/v2/menus

GET: / => Get Menus.
Params: year, month, date
Response[JSON]: Result

/api/v2/is_saved_menu

GET: / => Get IsSavedMenu.
Params: year, month
Response[JSON]: Boolean(true / false)