diff --git a/lib/endpoints.json b/lib/endpoints.json index 8169a0a..c73de3a 100644 --- a/lib/endpoints.json +++ b/lib/endpoints.json @@ -76,6 +76,7 @@ , "Changes" : { "resource": "person/:id/changes", "method": "get" } , "Latest" : { "resource": "person/latest", "method": "get" } , "Popular" : { "resource": "person/popular", "method": "get" } + , "ExternalIds" : { "resource": "person/:id/external_ids", "method": "get" } } , "list" : { "Info" : { "resource": "list/:id", "method": "get" }