Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example of adding Paginator to an api module #15

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MichaelRyanWebber
Copy link
Contributor

I've been working on a tool for generic paging of API requests
In particular, I mean for it to be easily added to an API Module.

It's very much in a prototype stage, but I have a few plans for the near term.

Right now, it is simple to add it to an API module, if each end point (which has paging) uses the same style. This will obviously not be the case, so I'd like for additional declarative support where a base default can be set, and then per-method options declared where needed to override the defaults.

Other intended features:

  1. Way more coverage of APIs within the count/offset and token based strategies
  2. Cover cursor based paging
  3. Other convenience methods in terms of retrieving the data

test paging requests for deals and contacts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant