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
f57878813d9a458bf89b2349d36cf9c71bd774c9
seasonedShows
/
seasoned_api
/
src
/
webserver
/
controllers
/
tmdb
History
KevinMidboe
f57878813d
Added Cache file for tmdb queries and controller check the cache and returns it if hit. This is to limit our request to a third party library.
2017-10-22 14:09:57 +02:00
..
discoverMedia.js
Added endpoints for discover media (either movie or show), getUpcoming movies, nowPlaying (movies or shows), popular (movie or show) and search similar where the type movie/show must be defined
2017-09-03 17:02:02 +02:00
getUpcoming.js
Added endpoints for discover media (either movie or show), getUpcoming movies, nowPlaying (movies or shows), popular (movie or show) and search similar where the type movie/show must be defined
2017-09-03 17:02:02 +02:00
nowPlayingMedia.js
Added endpoints for discover media (either movie or show), getUpcoming movies, nowPlaying (movies or shows), popular (movie or show) and search similar where the type movie/show must be defined
2017-09-03 17:02:02 +02:00
popularMedia.js
Added endpoints for discover media (either movie or show), getUpcoming movies, nowPlaying (movies or shows), popular (movie or show) and search similar where the type movie/show must be defined
2017-09-03 17:02:02 +02:00
readMedia.js
Moved eveything related to the api to a seperate folder seasoned_api.
2017-08-06 16:45:02 +02:00
searchMedia.js
Added Cache file for tmdb queries and controller check the cache and returns it if hit. This is to limit our request to a third party library.
2017-10-22 14:09:57 +02:00
searchSimilar.js
Added endpoints for discover media (either movie or show), getUpcoming movies, nowPlaying (movies or shows), popular (movie or show) and search similar where the type movie/show must be defined
2017-09-03 17:02:02 +02:00