airtable-deno icon indicating copy to clipboard operation
airtable-deno copied to clipboard

Add offset to SelectOptions

Open broad-well opened this issue 3 years ago • 4 comments

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.

broad-well avatar Jan 16 '22 17:01 broad-well

Can confirm this is missing and is needed to get pagination without using any

phocks avatar Sep 06 '22 01:09 phocks

any plans for this?

gabrielpetersson avatar Oct 13 '22 13:10 gabrielpetersson

LGTM

@grikomsn gently pinging for you to review this PR

lino-levan avatar Dec 29 '22 23:12 lino-levan

@grikomsn gently pinging for you to review this PR, Thanks.

isaced avatar Feb 24 '23 15:02 isaced