-
Notifications
You must be signed in to change notification settings - Fork 1
box
MMyungji edited this page Nov 14, 2018
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
POST | /box | 다른 친구들(팔로잉)에게 응원의 메세지 보내기 |
authorization : token
{
"from": "팔로잉 아이디",
"comment": "감정 상태 메세지"
}
{
"from": "twice",
"comment": "힘내!"
}
{
"message": "success"
}
{
"message": "fail"
}
{
"message": "user data failure"
}
{
"message": "access denied"
}
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | /box | 오늘 날짜에 대한 친구들의 응원 메세지 가져오기 |
authorization : token
경로 |
---|
/search?today="String" |
경로 예시 |
---|
/search?today=2018-11-15 |
{
"message": "success",
"data": [
{
"today_at": "2018-11-15",
"from_id": "ioi",
"name": "아오아",
"comment": "엽떡먹고 기분풀자~!",
"profile_url": "https://kb-today.s3.ap-northeast-2.amazonaws.com/1541789189792.png"
},
{
"today_at": "2018-11-15",
"from_id": "black",
"name": "검정",
"comment": "항상 응원하고 ",
"profile_url": "https://kb-today.s3.ap-northeast-2.amazonaws.com/1541789189792.png"
}
]
}
{
"message": "success",
"result": []
}
{
"message": "get box fail"
}