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

Extend the TVDB API Wrapper So That More Features of the TVDB API Are Accessible #2

Open
swmcc opened this issue Sep 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@swmcc
Copy link
Owner

swmcc commented Sep 17, 2023

User Story

Description:

Developers using the TVDBApi class currently have access to basic functionalities like initializing a connection and performing search queries. However, the TVDB API offers a plethora of other capabilities that could be valuable. Extending the TVDBApi class to include more of these features would make it a more powerful tool.

Acceptance Criteria:

  1. Add a method to get detailed information about a specific TV show by its ID.
  2. Add a method to get a list of all episodes for a given TV show ID.
  3. Add a method to fetch season details for a given TV show ID.
  4. Add a method to search for people (actors, directors, etc.) related to a TV show.
  5. Add a method to fetch artwork or images related to a TV show.
  6. Any added methods should have corresponding unit tests to ensure they are working as expected.
  7. Update the documentation to reflect the new capabilities of the TVDBApi class.

Definition of Done:

  • Code is written for all new methods.
  • Unit tests are written and pass successfully for all new methods.
  • Code has been reviewed and approved by peers.
  • Documentation is updated to include the new functionalities.
@swmcc swmcc added the enhancement New feature or request label Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant