From 8e16f7549b6d7d19eaa3446a9018b01cc7e734ae Mon Sep 17 00:00:00 2001 From: m4tta Date: Thu, 2 Feb 2017 00:00:25 -0800 Subject: [PATCH] Added external_ids for person --- lib/endpoints.json | 1 + 1 file changed, 1 insertion(+) 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" }