API for TheMovieDb.org website
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Stuart Boston 4611e5d754 Wagon: Deploying site to repository 8 years ago
JacksonReplacement Added example Jackson Replacement code 13 years ago
apidocs Wagon: Deploying site to repository 8 years ago
css Wagon: Deploying site to repository 8 years ago
images Create gh-pages branch via GitHub 13 years ago
javascripts Create gh-pages branch via GitHub 13 years ago
src Updated test case for getGenreMovies 13 years ago
stylesheets Create gh-pages branch via GitHub 13 years ago
testapidocs Wagon: Deploying site to repository 8 years ago
.gitignore Updated project structure 13 years ago
LICENCE.txt Update licence to GPL 13 years ago
README.md Updated README with logging information 13 years ago
dependencies.html Wagon: Deploying site to repository 8 years ago
dependency-convergence.html Wagon: Deploying site to repository 8 years ago
index.html Wagon: Deploying site to repository 8 years ago
issue-tracking.html Wagon: Deploying site to repository 8 years ago
license.html Wagon: Deploying site to repository 8 years ago
params.json Create gh-pages branch via GitHub 13 years ago
pom.xml [maven-release-plugin] prepare for next development iteration 13 years ago
project-info.html Wagon: Deploying site to repository 8 years ago
project-reports.html Wagon: Deploying site to repository 8 years ago
project-summary.html Wagon: Deploying site to repository 8 years ago
source-repository.html Wagon: Deploying site to repository 8 years ago

README.md

The Movie DB API

Author: Stuart Boston (Omertron AT Gmail DOT com)

This API uses the TheMovieDB.org API as specified here http://api.themoviedb.org/

Originally written for use by YetAnotherMovieJukebox (YAMJ) http://code.google.com/p/moviejukebox/ But anyone can feel free to use it for other projects as well.

TheMovieDB.org is an excellent open database for movie and film content. I encourage you to check it out and contribute to keep it growing. http://www.themoviedb.org

Project Logging

This project uses SLF4J (http://www.slf4j.org) to abstract the logging in the project. To use the logging in your own project you should add one of the bindings listed HERE

Project Documentation

The automatically generated documentation can be found HERE