mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-10-29 09:40:24 +00:00
Add tv changes
This commit is contained in:
@@ -65,7 +65,8 @@
|
|||||||
, "EpisodeImages" : { "resource": "tv/:id/season/:season_number/episode/:episode_number/images", "method": "get" }
|
, "EpisodeImages" : { "resource": "tv/:id/season/:season_number/episode/:episode_number/images", "method": "get" }
|
||||||
, "OnTheAir" : { "resource": "tv/on_the_air", "method": "get" }
|
, "OnTheAir" : { "resource": "tv/on_the_air", "method": "get" }
|
||||||
, "AiringToday" : { "resource": "tv/airing_today", "method": "get" }
|
, "AiringToday" : { "resource": "tv/airing_today", "method": "get" }
|
||||||
, "recommend" : { "resource": "tv/:id/recommendations", "method": "get" }
|
, "Recommend" : { "resource": "tv/:id/recommendations", "method": "get" }
|
||||||
|
, "Changes" : { "resource": "tv/:id/changes", "method": "get" }
|
||||||
}
|
}
|
||||||
, "person" : {
|
, "person" : {
|
||||||
"Info" : { "resource": "person/:id", "method": "get" }
|
"Info" : { "resource": "person/:id", "method": "get" }
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "moviedb",
|
"name": "moviedb",
|
||||||
"description": "Library for interacting with themoviedb.com API",
|
"description": "Library for interacting with themoviedb.com API",
|
||||||
"version": "0.2.8",
|
"version": "0.2.9",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "clear; make test"
|
"test": "clear; make test"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user