python-twitch-client icon indicating copy to clipboard operation
python-twitch-client copied to clipboard

Issue with Twitch v5 Users - offset parameter does not affect get_follows method

Open gorgaa opened this issue 5 years ago • 0 comments

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.

gorgaa avatar Sep 30 '20 14:09 gorgaa