-
Notifications
You must be signed in to change notification settings - Fork 1
today
MMyungji edited this page Nov 17, 2018
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | /today/{오늘날짜} | 오늘의 감정 상태 읽어오기 |
api/today/2018-11-15
authorization : token
{
"message": "success",
"data": [
{
"good": 5,
"bad": null,
"comment": "기분 열라열라열라열라 좋음"
}
]
}
{
"message": "get today's feeling fail"
}
{
"message": "access denied"
}