justintv / Twitch-API

A home for details about our API
www.twitch.tv
1.72k stars 381 forks source link

Next page links never end #616

Open PomegranateApps opened 7 years ago

PomegranateApps commented 7 years ago

When requesting the next page for games "https://api.twitch.tv/kraken/games/top" it still returns a link for the next page even if there are no more games on that page.

For instance if you make this call it will still return a link for the next page of items. https://api.twitch.tv/kraken/games/top?limit=100&offset=20000

It should only return a next page link if there are still games available. For instance Google's API's only return a nextPageToken if there are more results available.