laravel-airtable
laravel-airtable copied to clipboard
Airtable API supports creating multiple records at once but SDK doesn't
If you pass a "records" array instead of fields to the Airtable API, you can insert multiple records at once.
Suggest adding a method createMultiple and modifying the post() method in the ApiClient object.