Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for tv shows #8

Open
6 of 17 tasks
joe-eklund opened this issue May 20, 2020 · 0 comments
Open
6 of 17 tasks

Support for tv shows #8

joe-eklund opened this issue May 20, 2020 · 0 comments
Assignees
Labels
backend enhancement New feature or request

Comments

@joe-eklund
Copy link
Owner

joe-eklund commented May 20, 2020

Endpoints for tv shows include:

TV shows endpoints:

  • GET /tv_shows - Gets all tv shows.

  • POST /tv_shows - Create a tv show.

  • GET /tv_shows/{uri} - Get a single tv show.

  • PUT /tv_shows/{uri} - Update a single tv show.

  • DELETE /tv_shows/{uri} - Delete a single tv show. Delete all episodes and episode versions.

TV episodes endpoints:

  • GET /tv_shows/{uri}/episodes - Gets all tv episodes for the given tv show.

  • POST /tv_shows/{uri}/episodes - Create a tv show episode.

  • DELETE /tv_shows/{uri}/episodes - Delete all episodes and episode versions for the tv show.

  • GET /tv_shows/episodes/{uri} - Get a single tv show episode.

  • PUT /tv_shows/episodes/{uri} - Update a single tv episode.

  • DELETE /tv_shows/episodes/{uri} - Delete a single tv episode. Delete all episode versions.

TV episode versions endpoints:

  • GET /tv_show/episodes/{uri}/versions - Gets all versions of a tv episode.

  • POST /tv_show/episodes/{uri}/versions - Create a tv episode version.

  • DELETE /tv_show/episodes/{uri}/versions - Delete all versions of a tv episode.

  • GET /tv_show/episodes/versions/{uri} - Get a single tv episode version.

  • PUT /tv_shows/episodes/versions/{uri} - Update a single tv episode version.

  • DELETE /tv_shows/episodes/versions/{uri} - Delete a single tv episode version.

@joe-eklund joe-eklund added backend enhancement New feature or request labels May 20, 2020
@joe-eklund joe-eklund added this to the The Years of Music milestone May 20, 2020
@joe-eklund joe-eklund changed the title Can add tv shows Support for tv shows May 20, 2020
@joe-eklund joe-eklund self-assigned this May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant