Merge branch 'master' of github.com:danzajdband/moviedb

This commit is contained in:
Dan Zajdband
2012-08-20 13:07:00 -03:00

View File

@@ -1,12 +1,14 @@
{
"base_url": "http://api.themoviedb.org/3/"
, "configuration" : "configuration"
, "authentication" : {
"requestToken" : "authentication/token/new"
, "sessionId" : "authentication/session/new"
}
, "methods" : {
"search" : {
"configuration" : {
"": { "resource":"configuration", "method": "get" }
}
, "search" : {
"Movie" : { "resource": "search/movie", "method": "get" }
, "Person" : { "resource": "search/person", "method": "get" }
}