grikomsn / airtable-deno

Unofficial Airtable client for Deno 🦕
https://deno.land/x/airtable
MIT License
16 stars 8 forks source link

Add offset to SelectOptions #10

Open broad-well opened 2 years ago

broad-well commented 2 years ago

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.

phocks commented 2 years ago

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

gabrielpetersson commented 2 years ago

any plans for this?

lino-levan commented 1 year ago

LGTM

@grikomsn gently pinging for you to review this PR

isaced commented 1 year ago

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