Files
David Freitag 6003280c79 Refactor IMVDBApi and types for improved type safety and clarity
- Updated IMVDBApi to use Annotated types for query parameters and response models.
- Removed commented-out sync_video_search method to clean up the code.
- Refactored types.py to replace TypedDict with Pydantic's ModelBase for better validation and documentation.
- Enhanced field descriptions in VideoType and SearchResponseType for clearer API documentation.
2026-03-19 12:30:41 -04:00
..