Fix session url

This commit is contained in:
Dan Zajdband
2017-08-25 08:42:21 -03:00
parent 84c2729e6f
commit c63ca79136
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"base_url": "https://api.themoviedb.org/3/" "base_url": "https://api.themoviedb.org/3/"
, "authentication" : { , "authentication" : {
"requestToken" : "authentication/token/new" "requestToken" : "authentication/token/new"
, "sessionId" : "authentication/session/new" , "session" : "authentication/session/new"
} }
, "methods" : { , "methods" : {
"configuration" : { "configuration" : {

View File

@@ -1,7 +1,7 @@
{ {
"name": "moviedb", "name": "moviedb",
"description": "Library for interacting with themoviedb.com API", "description": "Library for interacting with themoviedb.com API",
"version": "0.2.9", "version": "0.2.10",
"scripts": { "scripts": {
"test": "clear; make test" "test": "clear; make test"
}, },