diff --git a/lib/endpoints.json b/lib/endpoints.json index 9a906b8..6e977ab 100644 --- a/lib/endpoints.json +++ b/lib/endpoints.json @@ -2,7 +2,7 @@ "base_url": "https://api.themoviedb.org/3/" , "authentication" : { "requestToken" : "authentication/token/new" - , "sessionId" : "authentication/session/new" + , "session" : "authentication/session/new" } , "methods" : { "configuration" : { diff --git a/package.json b/package.json index 507ca6d..3e32f72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "moviedb", "description": "Library for interacting with themoviedb.com API", - "version": "0.2.9", + "version": "0.2.10", "scripts": { "test": "clear; make test" },