mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-12-07 20:08:51 +00:00
Added Endpoints for Show Videos and Similar Shows
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user