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/"
|
||||
, "authentication" : {
|
||||
"requestToken" : "authentication/token/new"
|
||||
, "sessionId" : "authentication/session/new"
|
||||
, "session" : "authentication/session/new"
|
||||
}
|
||||
, "methods" : {
|
||||
"configuration" : {
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user