YOUTUBE VODLIST API

GET youtube vodlist

GET /mainpage/movie/youtube/{user_id}

<Description of the endpoint>

path

Name
Type
Description

user_id

int

user_id

Response

[
  {
    "vod_id": 1,
    "posterURL": "www.naver.com",
    "title": "네이버"
  },
  {
    "vod_id": 2,
    "posterURL": "www.google.com",
    "title": "구글"
  }
]

Last updated