diff --git a/lib/endpoints.json b/lib/endpoints.json index 059cda5..249b118 100644 --- a/lib/endpoints.json +++ b/lib/endpoints.json @@ -6,7 +6,10 @@ , "sessionId" : "authentication/session/new" } , "methods" : { - "search" : { + "configuration" : { + "": { "resource":"configuration", "method": "get" } + } + , "search" : { "Movie" : { "resource": "search/movie", "method": "get" } , "Person" : { "resource": "search/person", "method": "get" } }