Airtable/airtable.js

Fetch data behind proxy not work

syji35 opened this issue · 0 comments

The node-fetch library does not take into account the proxy for the https.
So, we can get data from api airtable.

Maybe remove the node-fetch library and use node.js fetch directly, or use http-proxy-agent to see here