Added Endpoints for Show Videos and Similar Shows

This commit is contained in:
David Ehlen
2015-09-29 18:46:32 +02:00
parent b13ee67b2f
commit e57d5d4c50
3 changed files with 5 additions and 1 deletions

View File

@@ -50,6 +50,8 @@
, "Credits" : { "resource": "tv/:id/credits", "method": "get" }
, "ExternalIds" : { "resource": "tv/:id/external_ids", "method": "get" }
, "Images" : { "resource": "tv/:id/images", "method": "get" }
, "Videos" : { "resource": "tv/:id/videos", "method": "get" }
, "Similar" : { "resource": "tv/:id/similar", "method": "get" }
, "Translations" : { "resource": "tv/:id/translations", "method": "get" }
, "SeasonInfo" : { "resource": "tv/:id/season/:season_number", "method": "get" }
, "SeasonCredits" : { "resource": "tv/:id/season/:season_number/credits", "method": "get" }

View File

@@ -55,6 +55,8 @@ module.exports={
, "Credits" : { "resource": "tv/:id/credits", "method": "get" }
, "ExternalIds" : { "resource": "tv/:id/external_ids", "method": "get" }
, "Images" : { "resource": "tv/:id/images", "method": "get" }
, "Videos" : { "resource": "tv/:id/videos", "method": "get" }
, "Similar" : { "resource": "tv/:id/similar", "method": "get" }
, "Translations" : { "resource": "tv/:id/translations", "method": "get" }
, "SeasonInfo" : { "resource": "tv/:id/season/:season_number", "method": "get" }
, "SeasonCredits" : { "resource": "tv/:id/season/:season_number/credits", "method": "get" }

2
moviedb.min.js vendored

File diff suppressed because one or more lines are too long