Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Releases: amirisback/consumable-code-movie-tmdb-api

Release v1.2.1

25 Jun 23:26

Choose a tag to compare

* Update Build Gradle *
* Enhance Performance *

Updating Gradle Version

09 May 21:12

Choose a tag to compare

* Fixing Bug *
* Update build.gradle *
* New Sample Implementation *
* Remove Kotlin Android Extension
* Enhance Performance *
* New Documentation

Update New Implementation

19 Jan 17:29

Choose a tag to compare

* Fixing Bug *
* Update gradle *
* New Sample Implementation *

Fixing urgently bug

19 May 10:10

Choose a tag to compare

* Update: Refactoring variable type *
* Fixing Bug *

Adding Rest of TV and People Section

18 May 10:02

Choose a tag to compare

* add: TV EPISODE API *
* add: TV EPISODE GROUPS API *
* add: TV SEASONS *
* add: PEOPLE *
* Fixing Bug *

TV Section API

16 May 11:45

Choose a tag to compare

* add: TV Section API and Fixing Bug *

Adding Search API

14 May 05:23

Choose a tag to compare

* add: Search Section API and Fixing Bug *

Fill Movies Section API

13 May 19:35

Choose a tag to compare

What's New??

* Add: Movie API, update all library gradle into newest *

Add: Simple Sample SS

06 Apr 09:21

Choose a tag to compare

// MOVIES
// Get Alternative Titles
fun getMoviesAlternativeTitles(
    movie_id: Int,
    country: String?,
    callback: MovieResultCallback<MovieAlternativeTitle>
)

// MOVIES
// Get Changes
fun getMoviesChanges(
    movie_id: Int,
    start_date: String?,
    end_date: String?,
    page: Int?,
    callback: MovieResultCallback<MovieChanges>
)

// MOVIES
// Get Credits
fun getMoviesCredits(
    movie_id: Int,
    callback: MovieResultCallback<MovieCredit>
)

consumable-code-movie-tmdb-api

29 Mar 15:23

Choose a tag to compare

Retrofit has been Handled !! || Consumable code for request Public API (TMDb API) || 📚 🎥

Eliminates the method of retrieving json data using retrofit repeatedly. so this project has a set of functions to retrieve data without the need for fetching data using the retrofit of the API