From c63ca791363bdca392216de0ce82d39dbced3119 Mon Sep 17 00:00:00 2001 From: Dan Zajdband Date: Fri, 25 Aug 2017 08:42:21 -0300 Subject: [PATCH] Fix session url --- lib/endpoints.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },