Skip to content

An Android library for themoviedb.org (TMDb) API v3 using retrofit

License

Notifications You must be signed in to change notification settings

b12kab/tmdblibrary

Repository files navigation

tmdblibrary

A Java wrapper around the TMDb v3 API using retrofit.

For test usage, you must define in your personal gradle.properties (not this project's file):

  • TMDB_TEST_ID = TMDb user id

  • TMDB_TEST_GOOD_PSWD = password for bullet 1

  • TMDB_TEST_BAD_PSWD = invalid password for bullet 1

  • TMDB_TEST_API_KEY = your TMDb v3 api key

##How To Include It:

    allprojects {
        repositories {
            // ...
            maven { url "https://jitpack.io" }
        }
    }

Add this library to your dependencies:

  implementation 'com.github.b12kab.tmdblibrary:tmdblibrary:TAG'

##TAG

Dependencies

See project gradle files

Example

See test cases in tmdblibrary/src/test/ for more examples.

Parent project

tmdb-java

About

An Android library for themoviedb.org (TMDb) API v3 using retrofit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages