mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-12-29 05:11:03 +00:00
Merge pull request #53 from grantholle/master
Updating watchlist endpoints to match tmdb api, resolves #52
This commit is contained in:
@@ -98,8 +98,9 @@
|
|||||||
, "FavoriteMovies" : { "resource": "account/:id/favorite_movies", "method": "get" }
|
, "FavoriteMovies" : { "resource": "account/:id/favorite_movies", "method": "get" }
|
||||||
, "FavoriteUpdate" : { "resource": "account/:id/favorite", "method": "post" }
|
, "FavoriteUpdate" : { "resource": "account/:id/favorite", "method": "post" }
|
||||||
, "RatedMovies" : { "resource": "account/:id/rated_movies", "method": "get" }
|
, "RatedMovies" : { "resource": "account/:id/rated_movies", "method": "get" }
|
||||||
, "MovieWatchlist" : { "resource": "account/:id/movie_watchlist", "method": "get" }
|
, "MovieWatchlist" : { "resource": "account/:id/watchlist/movies", "method": "get" }
|
||||||
, "MovieWatchlistUpdate" : { "resource": "account/:id/movie_watchlist", "method": "post" }
|
, "TvWatchlist" : { "resource": "account/:id/watchlist/tv", "method": "get" }
|
||||||
|
, "WatchlistUpdate" : { "resource": "account/:id/watchlist", "method": "post" }
|
||||||
}
|
}
|
||||||
, "misc" : {
|
, "misc" : {
|
||||||
"LatestMovies" : { "resource": "movie/latest", "method": "get" }
|
"LatestMovies" : { "resource": "movie/latest", "method": "get" }
|
||||||
|
|||||||
Reference in New Issue
Block a user