# Description Supadata has 5 features not supported by this SDK yet. The task is to add support for the following endpoints: - `/youtube/video` - `/youtube/channel` - `/youtube/playlist` - `/youtube/channel/videos` - `/youtube/playlist/videos` # Resources - API documentation: https://supadata.ai/documentation/youtube/video - OpenAPI spec: https://supadata.ai/api/v1/openapi.json # Requirements - [ ] Support for above endpoints according to the documentation and aligned with patterns in this library is added - [ ] All parameters and returns are typed according to spec - [ ] README is updated - [ ] Test cases are added in [tests](https://github.com/supadata-ai/py/blob/main/tests/test_client.py)
Description
Supadata has 5 features not supported by this SDK yet.
The task is to add support for the following endpoints:
/youtube/video/youtube/channel/youtube/playlist/youtube/channel/videos/youtube/playlist/videosResources
Requirements