diff --git a/lib/endpoints.json b/lib/endpoints.json index 8169a0a..46e317a 100644 --- a/lib/endpoints.json +++ b/lib/endpoints.json @@ -77,6 +77,9 @@ , "Latest" : { "resource": "person/latest", "method": "get" } , "Popular" : { "resource": "person/popular", "method": "get" } } + , "credit" : { + "Info" : { "resource": "credit/:id", "method": "get" } + } , "list" : { "Info" : { "resource": "list/:id", "method": "get" } }