Add tv changes

This commit is contained in:
Dan Zajdband
2017-08-25 08:22:54 -03:00
parent 77dbd0412e
commit 84c2729e6f
2 changed files with 3 additions and 2 deletions

View File

@@ -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" }

View File

@@ -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"
}, },