You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is inconsistent with the rest of helix, as pagination is a string instead of an object
How to reproduce
barrycarlyon@Robyn ~ % twitch api get 'extensions/live?extension_id=es7m79v91nz4xxhzljdl3rpg9m1iuz&first=2'
Error unmarshalling body: json: cannot unmarshal string into Go struct field APIResponse.pagination of type models.APIPagination%
Expected behavior
Consistency with the rest of helix
Additional context or questions
It is documented as a string but as you can see it breaks the Twitch CLI
The text was updated successfully, but these errors were encountered:
Brief description
https://dev.twitch.tv/docs/api/reference#get-extension-live-channels
Is inconsistent with the rest of helix, as pagination is a string instead of an object
How to reproduce
Expected behavior
Consistency with the rest of helix
Additional context or questions
It is documented as a string but as you can see it breaks the Twitch CLI
The text was updated successfully, but these errors were encountered: