메소드 |
경로 |
설명 |
GET |
/topic/today |
오늘의 랜덤 글감 가져오기 |
Request Header
{
"Content-Type": "application/json",
"token" : "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJTQU5HTEUiLCJ1c2VySWR4IjoyLCJleHAiOjE2MDQxMjgyMzJ9.ZIyE8yKyMZyxdE1QBMPYGlllPvWjVyWNosX-r4H7iDo"
}
[
{
"topic": "사랑",
"img": "https://outsopt26.s3.ap-northeast-2.amazonaws.com/img_illust004%403x.png",
"used": false,
"count": 0
},
{
"topic": "친구",
"img": "https://outsopt26.s3.ap-northeast-2.amazonaws.com/img_illust002%403x.png",
"used": false,
"count": 0
},
{
"topic": "함께",
"img": "https://outsopt26.s3.ap-northeast-2.amazonaws.com/img_illust006%403x.png",
"used": true,
"count": 1
}
]
- topic : 글감
- img : 잠금 풀렸을 때 이미지
- used : 글감 썼는지 안썼는지 여부
- count : 글감 쓴 사람들 수
- 메소드 에러 (405)
- 경로 에러 (404 or 400)