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:
Jeremy Noonan
2014-07-08 13:43:25 -07:00
parent 3dc83ff62c
commit 5c367558f6

View File

@@ -60,6 +60,7 @@
, "Images" : { "resource": "person/:id/images", "method": "get" }
, "Changes" : { "resource": "person/:id/changes", "method": "get" }
, "Latest" : { "resource": "person/latest", "method": "get" }
, "Popular" : { "resource": "person/popular", "method": "get" }
}
, "list" : {
"Info" : { "resource": "list/:id", "method": "get" }