-
Notifications
You must be signed in to change notification settings - Fork 10
Add support for Shorts #12
Copy link
Copy link
Closed
Labels
Description
Description
/youtube/channel/videos and /youtube/playlist/videos now also support Shorts in responses. The task is to adjust request and response types to accommodate that.
See recent changes in JS repo for reference: supadata-ai/js@28253bb
Resources
- API documentation: https://supadata.ai/documentation
- OpenAPI spec: https://supadata.ai/api/v1/openapi.json
Requirements
- Support for
typeparam in/youtube/channel/videosis added - Return types for
supadata.youtube.channel.videosandsupadata.youtube.playlist.videosare changed to return objects (not lists) - README is updated to document
typeand response formats - Test cases are updated where necessary
Reactions are currently unavailable