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
Test done: ran twitch_client.users.get_follows() twice for the same user_id, using different offset parameter values: 0 and 1
Expected outcome: different list of followed channels for different offset parameter values. For example, I expect the response for offset=1 to be shifted by one channel, when compared to the response for offset=0.
Observed outcome: the same exact response for the two different calls to the get_follows() method with different offset parameter values.
The text was updated successfully, but these errors were encountered:
Test done: ran
twitch_client.users.get_follows()
twice for the same user_id, using different offset parameter values: 0 and 1offset=1
to be shifted by one channel, when compared to the response for offset=0.get_follows()
method with different offset parameter values.The text was updated successfully, but these errors were encountered: