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

Unofficial Airtable client for Deno 🦕

Results 6 airtable-deno issues
Sort by recently updated
recently updated
newest added

## Description This issue focuses on considering a full rewrite of the library and requesting faithful maintainers to give proper care on a library I made just to explore Deno...

enhancement
help wanted
good first issue

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`...

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...

This PR contains necessary information to publish this Deno module additionally to https://nest.land as soon as you create a new release. Requirement: You'll need to register at https://nest.land/ once to...

enhancement

I suppose there is an error in the [`getRequestUrl`](https://github.com/grikomsn/airtable-deno/blob/cf45c67b967408d49c0c1ef8fd19be327be2c0c6/airtable.ts#L433) function. In addition to the bug mentioned in the [pull request #5](https://github.com/grikomsn/airtable-deno/pull/5), this function does not properly handle the `sort` array....

bug
good first issue

I haven't made any tests and only made [an example file](https://github.com/grikomsn/airtable-deno/blob/master/examples.ts). Adding tests and run on GitHub Actions would be great to futureproof things. - -

help wanted