TMDb-Kotlin¶
This is the TMDb API documentation page for the TMDb wrapper TMDb-Kotlin written in and for Kotlin. I’ve created the library for Android apps primarily, but it can be also used in any Gradle project.
Most of the functionality and callbacks are implemented (except some account related calls). The library is therefore WIP, so there might be breaking changes in the future (but I doubt it). The library is built on top of Retrofit2 for networking.
If you’ve got questions, suggestions or encounter any issues feel free to contact me via GitHub issues. I’d be happy to help ;)
Used libraries and thanks¶
- Retrofit2 by Square
- Moshi by Square
- NetworkResponseAdapter by Kshitij Chauhan
- ThreeTenABP by Jake Wharton
Thanks go to
- The Movie Database for the API
- Uwe Trottmann’s tmdb-java for the basic idea and some structuring elements
- Kshitij Chauhan’ NetworkResponseAdapter for the great error handling
Attribution Requirements¶
This wrapper is for the The Movie Database API. Using the data requires to attribute the data source.
Same applies to JustWatch data if you're using their data.
For more info read here: Link
For more info read here: Link