Skip to content

[GET] Recommend List

LEE WON SEOK edited this page May 31, 2021 · 4 revisions

Recommend List

[Get]~/api/mainpage/recommend

  • Request-Header

    Content-Type : application/json

  • Response-body
    image : String,
    title: String,

  • SUCCESS

        {
            "success": true,
            "message": "메인뷰 추천 목록 조회 성공",
            "data": {
                "mainRecommend": [
                    {
                        "image": "https://~",
                        "title": "싱스트리트"
                    },
                    {
                        "image": "https://~",
                        "title": "드림걸즈"
                    },
                    {
                        "image": "https://~",
                        "title": "하하네"
                    }
                ]
            }
        }
  • SERVER ERROR

        {
            "status": 500,
            "message": "Server Error"
        }
Clone this wiki locally