Skip to content

A java wrapper around the json api provided by TheMovieDB.org

License

Notifications You must be signed in to change notification settings

alexkoon/themoviedbapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheMovieDB API

Author: Holger Brandl

This library provides a java-wrapper around the json API provided by TheMovieDB.org API, which is an open database for movie and film content.

API Coverage

The wrapper implements all methods as detailed out in the tmdb api doc.

However, as the TheMovieDB API is subject to constant change, feel welcome to point out missing bits, and we'll add them asap.

Usage Example

TmdbMovies movies = new TmdbApi("<apikey>").getMovies();
MovieDb movie = movies.getMovie(5353, "en");

Project Logging

This project uses SLF4J to abstract the logging in the project.

To use the logging in your own project you should add one of their adapters bindings.

Project Usage

The library was developed for Movito to interact with tmdb services. '

Acknowledgements

This library has been inspired by api-themoviedb but has been rewritten to provide a more open license, a more clean API and to expose more features of the TMDB json api.

About

A java wrapper around the json api provided by TheMovieDB.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%