CGVProject
  • Members API
  • Main Page API
  • Movies/Theaters API
  • Reservations API
  • CGV DB ERD
Powered by GitBook
On this page
  • Home API View(Web)
  • Home API View(iOS)

Was this helpful?

Main Page API

For Main Page(Home) API Views

Home API View(Web)

GET https://younghoonjean.com/

메인 페이지를 위한 트레일러, 이벤트 컨테이너 정보를 전달합니다.

{
    "name": "Cake's name",
    "recipe": "Cake's recipe name",
    "cake": "Binary cake"
}
{
    "message": "Ain't no cake like that."
}

Home API View(iOS)

GET https://younghoonjean.com/m/

메인 페이지를 위한 트레일러, 이벤트 컨테이너 및 앱 화면을 위한 영화 차트정보가 출력됩니다.

Query Parameters

Name
Type
Description

now_open

boolean

input True value if you want to get a movie chart which has been already opened

PreviousMembers APINextMovies/Theaters API

Last updated 6 years ago

Was this helpful?