4 Commits

Author SHA1 Message Date
88f4ee3d4a Add Danime episode metadata fetching and related API endpoint
- Implemented FetchEpisode function to retrieve episode metadata from dアニメストア.
- Added /api/v1/danime GET endpoint to fetch episode details by partId.
- Updated Swagger documentation for the new endpoint and response structure.
- Created DanimeEpisodeResponse type for API responses.
- Added tests for the new functionality and handlers.
2025-12-06 19:26:45 +09:00
10c54e9821 Implement default start time for create show endpoint and update documentation 2025-12-06 18:36:57 +09:00
338403d80d Add create show endpoint with validation and error handling 2025-12-06 18:31:19 +09:00
b5aed5928b added docs 2025-11-22 21:33:26 +09:00