Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Pagination #10

@vyrzdev

Description

@vyrzdev

As a suggestion, you may want to mention that the count variable returned from Etsy API that is essential for proper pagination is stored on the Etsy instance as EtsyInstance.count in the readme

It also may be a better idea not to extract the results in the request code, and simply have the user unpack that later, as the metadata returned by Etsy may have value.

Storing the count variable on the instance also prevents making multiple paginated requests simultaneously, which will limit the optimisation that can be done.

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