Skip to content

Pagination improvements #18

@xxv

Description

@xxv

The underlying REST API supports paging, but it is masked in a few places by overly-strict function signatures.

When a function gets called from the AccessMethodsMixin collection, the page=1 keyword argument gets passed along to the REST request. However some of the functions defined in the Eventbrite class (such as get_event_attendees) mask the auto-generated functions and don't have the page keyword argument, so there's no way to get to the second page.

It would also be nice to have a helper utility to automatically retrieve the pages.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions