Hi,
I am calling the following url with query parameters:
First Call to API:
https://api.twitch.tv/helix/videos?game_id=21779&first=100&sort=views
Subsequent Calls to API (including cursor from previous response):
https://api.twitch.tv/helix/videos?game_id=21779&first=100&sort=views&after=
Thank you for your help!
Bill