airtable-deno
airtable-deno copied to clipboard
Add offset to SelectOptions
To fetch multiple pages of a query with Airtable.select, API users must include offset in all requests after their first request. This PR adds an offset key to the SelectOptions<T> type so that the type system allows users to do so.
Can confirm this is missing and is needed to get pagination without using any
any plans for this?
LGTM
@grikomsn gently pinging for you to review this PR
@grikomsn gently pinging for you to review this PR, Thanks.