# 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/js/blob/main/src/__tests__/supadata.test.ts) - [ ] [`/example`](https://github.com/supadata-ai/js/tree/main/example) is updated
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
/exampleis updated