项目作者: komal-kss

项目描述 :
This project contains details of top rated and upcomming movie details. It uses retrofit2 library to make request to MovieDb Api.
高级语言: Kotlin
项目地址: git://github.com/komal-kss/Mounty_Assignment_movies.git
创建时间: 2020-04-21T12:34:36Z
项目社区:https://github.com/komal-kss/Mounty_Assignment_movies

开源协议:

下载


:heart: Star :heart: the repo to support the project or :smile:Follow Me.Thanks

Mounty_Assignment_movies

Clone The Project

Run command :

  1. git clone https://github.com/komal-kss/Mounty_Assignment_movies.git

Go to MovieDb Website for more details.

Go to Retrofit Website to know ,how to handle https/http request.

Api End Points:

  1. Top Rated Movies:

    1. https://api.themoviedb.org/3/movie/top_rated?api_key=<<api_key>>&language=en-US&page=1
  2. Upcoming Movies:

    1. https://api.themoviedb.org/3/movie/top_rated?api_key=<<api_key>>&language=en-US&page=1

…………………………………………

…………………..