식사 기록 ( 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

{"message": "확인되었습니다."}

기록 불러오기

GET https://url/eatlogger/load

{
    "date1":[...(그날 먹은 id 리스트)...],
    "date2":[...],
    ...
}

Last updated

Was this helpful?