Skip to content

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.

2 participants