diff --git a/lib/endpoints.json b/lib/endpoints.json index d3682bb..35c2dfe 100644 --- a/lib/endpoints.json +++ b/lib/endpoints.json @@ -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" }