grikomsn / airtable-deno

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

offset is missing in SelectOptions #11

Open Arnaud73 opened 2 years ago

Arnaud73 commented 2 years ago

Hi,

When selecting more than 100 records, the result from Airtable is being paginated and successive calls must be performed with the "offset" parameter.

Right now, the first select call enables us to retrieve the next offset, however, there is no way to pass it to the next select call.

Can you implement it or accept the merge request that seems to make the right modification (#10)?