kyleboe / zoom_rb

Ruby REST API Wrapper for zoom.us API
https://developers.zoom.us/docs/api/
MIT License
83 stars 104 forks source link

KMP-3446: webinars next page token #433

Closed Tekkon closed 2 years ago

Tekkon commented 2 years ago

According to https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#tag/Webinars/operation/webinars

For webinar_list request page_number parameter is deprecated, the new one is next_page_token. Zoom API returns next_page_token which is used to get the next page.

This PR removes page_number parameter and adds next_page_token.