Skip to content

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

@gorgaa

Description

@gorgaa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions