|
|
1925c2a5e3
|
Changed the variable for saving to searchHistory to be set when user is not false.
|
2017-10-22 18:04:20 +02:00 |
|
|
|
cc8d9f0c50
|
Added docstring, removed a unused console.log and added better error handling for empty return statement.s
|
2017-10-22 17:03:16 +02:00 |
|
|
|
6574c087bc
|
Added user history saving and that tmdb now gets to use cache.
|
2017-10-22 17:01:26 +02:00 |
|
|
|
307a8352a3
|
Now takes both id and type because there is two different sets of id pools, and need to select the corrent one.
|
2017-10-06 15:37:09 +02:00 |
|
|
|
650c2603e4
|
Changed the input path of requestRepo
|
2017-10-06 15:16:45 +02:00 |
|
|
|
fb479e7a37
|
Renamed function in requestRepo to updateRequestedById
|
2017-10-06 15:14:31 +02:00 |
|
|
|
61c242b5eb
|
Passes the id from request parameter and status we want to change to from the request body.
|
2017-10-06 15:03:47 +02:00 |
|
|
|
5fbedeb4b2
|
Misspelled User-Agent, when should have been user-agent.
|
2017-10-03 16:26:03 +02:00 |
|
|
|
a819a4bbf3
|
Now passes the user agent that is making the post request (requesting content) so it can be saved in the db.
|
2017-10-03 16:11:15 +02:00 |
|
|
|
a8166bcad9
|
Removed unused console.
|
2017-09-27 17:56:36 +02:00 |
|
|
|
149b05ef28
|
Calling function for fetching all the requested items.
|
2017-09-27 17:55:07 +02:00 |
|
|
|
daa9a7749e
|
Now also the ip address is passed to the sendRequest function in requestRepository so that the requesters ip address can be logged in the database.
|
2017-09-26 20:43:56 +02:00 |
|
|
|
ae66e9a684
|
Changed variable name from movie to searchResult and now checks if the result list in the return JSON object is empty before sending a result back to client.
|
2017-09-20 10:25:01 +02:00 |
|
|
|
9eb31ea433
|
Added type input to the sendRequest function.
|
2017-09-03 18:16:26 +02:00 |
|
|
|
47aa638fd8
|
Moved eveything related to the api to a seperate folder seasoned_api.
|
2017-08-06 16:45:02 +02:00 |
|