Skip to content

Move all API results with basic AsyncGenerator to its own object for feature parity with other API results #343

@Teekeks

Description

@Teekeks

Currently, all API calls that only return a generic AsyncGenerator do not expose the currently used pagination cursor or have access to the to_dict() function that every single other API result has.

To establish feature parity, rework the Twitch._build_generator() function to use a custom object which does the work of the current generator and also implements the missing features.

Metadata

Metadata

Assignees

Labels

TwitchenhancementNew feature or requestplannedFeature is planned to be implemented in the future

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions