mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2026-01-02 15:36:20 +00:00
Merge pull request #19 from samuraicode/master
Addition of popular endpoint for person
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user