near-in-minutes / frontend

NEAR in Minutes is a NEAR-COOP (NEAR Community Owned and Operated Project) that invites you to binge-watch lessons about the NEAR platform in your favorite language.
https://near-in-minutes.com
0 stars 0 forks source link

rewrite Airtable API to NoCodeAPI to avoid low rate limits #38

Open amgando opened 3 years ago

amgando commented 3 years ago

Airtable rate limit is 5 rps which is very low.

We also have NoCodeAPI enabled but need to rewrite a couple methods in the services layer to match the NoCodeAPI interface instead of the Airtable JS library currently being used.

This is max 1-2 days of work if I had to guess, but could be as little as an hour or two if we get lucky.