Merge pull request #19 from samuraicode/master

Addition of popular endpoint for person
This commit is contained in:
Dan Zajdband
2014-07-08 18:06:48 -03:00

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