-
-
Notifications
You must be signed in to change notification settings - Fork 22
Rest API
Get the poster for the movie with the specifed ID
THIS HAS NOT YET BEEN IMPLEMENTED
Upload a poster for the movie with the specifed ID
Get fanart for the movie with the specifed ID
THIS HAS NOT YET BEEN IMPLEMENTED
Upload fanart for the movie with the specifed ID
Get the banner for the episode with the specified ID
THIS HAS NOT YET BEEN IMPLEMENTED
Manually upload a custom banner for an episode
Steam a video file of the episode with the specified ID
Returns an episode object of the next episode from the episode with id :id
USER MANAGEMENT IS NOT YET IMPLEMENTED
Retrieve a list of usernames along with their ids, emails, names and creation dates
Retrieve information about a single user including their username, email, name and creation date
Delete user with a given username
Request body must include:
{
username: "hunter",
password: "hunter12" // Will be stored hashed in the database. Can also be left clear to allow passwordless login
email: "[email protected]" // Unused for now. Will be used in the future
name: "Hunter"
}
Returns a list of episode objects which have a progress of less then 90% but have been actively tracked before.