📌
FRIDAY
  • 그룹 / 멤버 정보 api
  • 식사 기록 ( eatlogger ) api
  • 식사시간 api
Powered by GitBook
On this page
  • 기록하기
  • 기록 불러오기

Was this helpful?

식사 기록 ( 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": "확인되었습니다."}
{"message": "이미 기록되있습니다."}

기록 불러오기

GET https://url/eatlogger/load

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

Previous그룹 / 멤버 정보 apiNext식사시간 api

Last updated 4 years ago

Was this helpful?