Skip to content

Pagination is not exposed to the user #342

@tt2468

Description

@tt2468

When attempting to get clips via the library, it is currently impossible to fetch over 100 clips. This is because while the get_clips() function allows you to specify a before and after, it does not actually give any access to the pagination object. For some reason, even though the library is apparently capable of iterating over multiple API calls, the function itself still applies a hard cap of 100 clip IDs.

This seems to be a pretty critical oversight, and I'm unfortunately unable to use this library for my project.

(Relevant: #56)

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