alaouy / YouTube

🔥 Laravel PHP Facade/Wrapper for the Youtube Data API
MIT License
778 stars 204 forks source link

How can I paginate comments? #179

Closed recoverjp closed 2 months ago

recoverjp commented 2 years ago

I'm not finding method that allows me to paginate the comments.

alaouy commented 2 years ago

@recoverjp This is not currently supported by the package, feel free to contribute PRs implementing the comments api using the same logic for videos. More here: https://developers.google.com/youtube/v3/docs/comments/list

Cheers