From 5c367558f606a5136f596c44e6d894b5f7bc3eac Mon Sep 17 00:00:00 2001 From: Jeremy Noonan Date: Tue, 8 Jul 2014 13:43:25 -0700 Subject: [PATCH] Addition of popular endpoint for person Get the list of popular people on The Movie Database. This list refreshes every day. --- lib/endpoints.json | 1 + 1 file changed, 1 insertion(+) 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" }