mleeharris / airtable-api-connection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Are you interested in learning Airtable Custom blocks development?

Then check out my course on Udemy


API Connection

API Connection is a Custom Block developed on the Airtable platform.

Demo

API Connection Intro

Block Screenshot

Api Connection

What does it do?

This block can fetch data from any API endpoint.

APIs can be saved to globalConfig so that you can re-run them whenever you want

Data is appended to your table and not overwritten

What about CORS?

CORS support via proxy server is coming soon. For now, make sure to send the correct headers in your API response.

Local development

  • git clone this repository
  • npm install
  • block run

About

License:MIT No Attribution


Languages

Language:JavaScript 96.7%Language:SCSS 3.3%