mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-12-08 20:38:50 +00:00
Addition of popular endpoint for person
Get the list of popular people on The Movie Database. This list refreshes every day.
This commit is contained in:
@@ -60,6 +60,7 @@
|
|||||||
, "Images" : { "resource": "person/:id/images", "method": "get" }
|
, "Images" : { "resource": "person/:id/images", "method": "get" }
|
||||||
, "Changes" : { "resource": "person/:id/changes", "method": "get" }
|
, "Changes" : { "resource": "person/:id/changes", "method": "get" }
|
||||||
, "Latest" : { "resource": "person/latest", "method": "get" }
|
, "Latest" : { "resource": "person/latest", "method": "get" }
|
||||||
|
, "Popular" : { "resource": "person/popular", "method": "get" }
|
||||||
}
|
}
|
||||||
, "list" : {
|
, "list" : {
|
||||||
"Info" : { "resource": "list/:id", "method": "get" }
|
"Info" : { "resource": "list/:id", "method": "get" }
|
||||||
|
|||||||
Reference in New Issue
Block a user