1205 Views
The API has a limit of 5 requests per second, which is not high, but still reasonable to work with for most scenarios. Using the Airtable Node.js library which I'll introduce later on, you don't have to worry about handling those rate limits yourself, since it comes with built-in logic to handle them, plus an automatic repeat of any rejected request.
0 comments