whoisgina / plants

4 stars 2 forks source link

Airtable API Proxy #27

Closed whoisgina closed 5 years ago

whoisgina commented 5 years ago

Replace direct Airtable API communication with a proxied approach using serverless functions

egardner commented 5 years ago

It would be useful to stub out the methods such a plugin would need to implement. Depending on how you are using Airtable in the app, it may be useful to define methods that:

Also, we're going to want to think about how to handle success and failure whenever communication is taking place with a remote service like Airtable. I assume some of the above behavior may be useful and some may not, right now.

calebmisclevitz commented 5 years ago

We have replaced the custom Airtable Vue plugin with serverless functions that proxy API requests in order to keep secrets safely isolated from the client.

This effort is available in #50