-
Notifications
You must be signed in to change notification settings - Fork 0
[GET] Watcha Pedia
LEE WON SEOK edited this page May 23, 2021
·
3 revisions
-
Request-Header
Content-Type
:application/json
-
Response-body
image
: String,
title
: String,
titleDetail
: String,
watchingNum
: Int,
nickname
: String -
SUCCESS
{ "success": true, "message": "메인뷰 왓챠피디아 조회 성공", "data": { "mainPedia": [ { "image": "https://~", "title": "거침없이 무야호", "titleDetail": "거침없이 하이킥: 에피소드 157", "watchingNum": 27, "nickname": "봉준호사랑해" }, { "image": "https://~", "title": "대만영화", "titleDetail": "상견니", "watchingNum": 29, "nickname": "한경" } ] } }
-
SERVER ERROR
{ "status": 500, "message": "Server Error" }