GV14982 / async-airtable

A lightweight npm package to handle working with the Airtable API.
https://www.npmjs.com/package/asyncairtable
MIT License
54 stars 5 forks source link

✨ Added support for retrying a request if rate limited. #24

Closed GV14982 closed 4 years ago

GV14982 commented 4 years ago

✨ Added optional third argument when instantiating AsyncAirtable that includes options. Currently it only support retryOnRateLimit. ✅ Wrote tests to handle retryOnRateLimit. ✅ Adjusted tests to run serially to properly test rate limiting. Unfortunately now they take FOREVER.