Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gorgaa opened this issue Sep 30, 2020 · 0 comments

Comments

@gorgaa
Copy link

gorgaa commented Sep 30, 2020

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant