This website requires JavaScript.
Explore
Help
Sign In
KevinMidboe
/
seasonedShows
Watch
1
Star
0
Fork
0
You've already forked seasonedShows
Code
Issues
20
Pull Requests
2
Packages
Projects
Releases
8
Wiki
Activity
Files
8a5ab204e1ea1e7abdcd74c9a75a503c79134d6d
seasonedShows
/
seasoned_api
/
src
/
tmdb
History
KevinMidboe
70f6497404
All converter function from tmdb to movie, show and person takes optional cast object and maps to response
2019-06-04 23:35:21 +02:00
..
types
Rewrote every function for searching and looking up items from tmdb library. Now there are separate functions for the four categories of search and three for info (multi, movie, show & person). Each function now has its own endpoint and matching controller. Converting tmdb results into a class has been alterted from using three classes; movie, show & person, and each have each their own convertTmdbTo function. Now the structure of the three types are more structured and no longer a single "seasoned" class object.
2018-10-29 20:55:18 +01:00
cache.js
Changed cache TTL to 3 hours.
2018-03-08 10:36:13 +01:00
convertTmdbToMovie.js
All converter function from tmdb to movie, show and person takes optional cast object and maps to response
2019-06-04 23:35:21 +02:00
convertTmdbToPerson.js
All converter function from tmdb to movie, show and person takes optional cast object and maps to response
2019-06-04 23:35:21 +02:00
convertTmdbToSeasoned.js
Rewrote every function for searching and looking up items from tmdb library. Now there are separate functions for the four categories of search and three for info (multi, movie, show & person). Each function now has its own endpoint and matching controller. Converting tmdb results into a class has been alterted from using three classes; movie, show & person, and each have each their own convertTmdbTo function. Now the structure of the three types are more structured and no longer a single "seasoned" class object.
2018-10-29 20:55:18 +01:00
convertTmdbToShow.js
All converter function from tmdb to movie, show and person takes optional cast object and maps to response
2019-06-04 23:35:21 +02:00
tmdb.js
Movie and show can also return credits for a item. Enabled by query parameter credits=true
2019-06-04 23:32:38 +02:00