Creates an instance of HttpService.
The API token for authentication.
Creates a new record in a specified base and table.
The name of the table.
The data to be inserted as a new record.
A promise that resolves to an AirTableCreateMapping object.
Deletes a record from a specified base and table.
The name of the table.
The ID of the record to be deleted.
A promise that resolves to an AirTableDeleteMapping object.
Lists records from a specified base and table.
The name of the table.
Optional
options: SelectOptionsOptional parameters for selecting records.
A promise that resolves to an AirTableListMapping object.
Updates an existing record in a specified base and table.
The name of the table.
The ID of the record to be updated.
The data to update the record with.
A promise that resolves to an AirTableCreateMapping object.
HttpService class to interact with the Airtable API.