This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
Releases: amirisback/consumable-code-movie-tmdb-api
Releases · amirisback/consumable-code-movie-tmdb-api
Release v1.2.1
* Update Build Gradle *
* Enhance Performance *
Updating Gradle Version
* Fixing Bug *
* Update build.gradle *
* New Sample Implementation *
* Remove Kotlin Android Extension
* Enhance Performance *
* New Documentation
Update New Implementation
* Fixing Bug *
* Update gradle *
* New Sample Implementation *
Fixing urgently bug
* Update: Refactoring variable type *
* Fixing Bug *
Adding Rest of TV and People Section
* add: TV EPISODE API *
* add: TV EPISODE GROUPS API *
* add: TV SEASONS *
* add: PEOPLE *
* Fixing Bug *
TV Section API
* add: TV Section API and Fixing Bug *
Adding Search API
* add: Search Section API and Fixing Bug *
Fill Movies Section API
What's New??
* Add: Movie API, update all library gradle into newest *
Add: Simple Sample SS
// 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
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