Skip to content

[FEAT]: Add client methods to support async iterables #17

@StevanFreeborn

Description

@StevanFreeborn

The OnspringClient should expose methods that allow the user to asynchronously iterate over all the pages of items that support paged responses.

So should be able to do something like this:

for await (const record of client.getRecords()) {
}

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions