식사 기록 ( eatlogger ) api
기록하기
POST
https://url/eatlogger/write
식사시간id, 멤버 정보id로 식사시간 로그 기록
Query Parameters
Name
Type
Description
date_id
string
The API will do its best to find a cake matching the provided recipe.
member_id
boolean
Whether the cake should be gluten-free or not.
Headers
Name
Type
Description
Content-Type
string
application/json
기록 불러오기
GET
https://url/eatlogger/load
Last updated
Was this helpful?