mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2026-01-09 02:45:36 +00:00
Merge pull request #2 from plemarquand/master
configuration was not a valid endpoint
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
{
|
{
|
||||||
"base_url": "http://api.themoviedb.org/3/"
|
"base_url": "http://api.themoviedb.org/3/"
|
||||||
, "configuration" : "configuration"
|
|
||||||
, "authentication" : {
|
, "authentication" : {
|
||||||
"requestToken" : "authentication/token/new"
|
"requestToken" : "authentication/token/new"
|
||||||
, "sessionId" : "authentication/session/new"
|
, "sessionId" : "authentication/session/new"
|
||||||
}
|
}
|
||||||
, "methods" : {
|
, "methods" : {
|
||||||
"search" : {
|
"configuration" : {
|
||||||
|
"": { "resource":"configuration", "method": "get" }
|
||||||
|
}
|
||||||
|
, "search" : {
|
||||||
"Movie" : { "resource": "search/movie", "method": "get" }
|
"Movie" : { "resource": "search/movie", "method": "get" }
|
||||||
, "Person" : { "resource": "search/person", "method": "get" }
|
, "Person" : { "resource": "search/person", "method": "get" }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user