Creates a client for a table with Airtable.
Your Airtable API Key.
The Airable Base ID.
The Airtable Table Name.
Creates the appropriate headers for the Airtable API.
Creates an API URL for the Airtable base and table.
The path segments to include.
Dispatches a request and handles errors.
The Request to dispatch.
Bulk creates a list of record.
The records to create.
Whether to typecast the record.
Bulk deletes a list of records.
The record IDs to delete.
Bulk updates records.
The records to update.
Whether to clear unspecified fields.
Whether to typecast the record.
Creates a record.
The fields of the record to create.
Whether to typecast the record.
Deletes a record.
The record ID to delete.
Finds a record by ID.
The Record ID.
Selects records from the table.
Options for changing the selection.
Updates a single record.
The record ID to update.
The fields to update.
Whether to clear unspecified fields.
Whether to typecast the record.
Generated using TypeDoc
Airtable client for a single table within a base.