Skip to content

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

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()) {
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions