aboutsummaryrefslogtreecommitdiff
path: root/types/server.go
AgeCommit message (Collapse)AuthorFilesLines
2026-02-06Refactor TMDB and TVDB API integrationBobby1-10/+0
- Removed redundant struct definitions in TMDB types.go for cleaner code. - Introduced a client struct in both TMDB and TVDB to manage HTTP client and authentication tokens. - Updated TVDB authentication logic to use a single client instance with improved error handling. - Refactored episode fetching and processing functions in TVDB to enhance readability and maintainability. - Simplified episode ID generation logic by consolidating it into a single function. - Improved logging for better debugging and tracking of API interactions.
2026-02-05Refactor Jikan API types: remove unused structures and add HTTP client ↵Bobby1-17/+0
configuration
2026-01-20Add TVDB integration for episode retrieval and configuration setupBobby1-0/+5
2025-04-18basic anime details with episodes; added jikan and anilist as metadata ↵Bobby1-0/+6
fetchers; added tmdb for fetching episode descriptions
2025-04-06initialised project bareboresBobby1-0/+16