mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-10-29 01:30:26 +00:00
Fix session url
This commit is contained in:
@@ -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" : {
|
||||||
|
|||||||
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user