mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2026-01-09 02:45:36 +00:00
Merge pull request #18 from joevanwanzeele/master
Added path for "discover"
This commit is contained in:
@@ -24,6 +24,10 @@
|
|||||||
"Info" : { "resource": "collection/:id", "method": "get" }
|
"Info" : { "resource": "collection/:id", "method": "get" }
|
||||||
, "Images" : { "resource": "collection/:id/images", "method": "get" }
|
, "Images" : { "resource": "collection/:id/images", "method": "get" }
|
||||||
}
|
}
|
||||||
|
, "discover" : {
|
||||||
|
"Movie" : { "resource": "discover/movie", "method": "get" }
|
||||||
|
, "Tv" : { "resource": "discover/tv", "method": "get" }
|
||||||
|
}
|
||||||
, "movie" : {
|
, "movie" : {
|
||||||
"Info" : { "resource": "movie/:id", "method": "get" }
|
"Info" : { "resource": "movie/:id", "method": "get" }
|
||||||
, "AlternativeTitles" : { "resource": "movie/:id/alternative_titles", "method": "get" }
|
, "AlternativeTitles" : { "resource": "movie/:id/alternative_titles", "method": "get" }
|
||||||
|
|||||||
Reference in New Issue
Block a user