Skip to content

Instantly share code, notes, and snippets.

View douglaslassance's full-sized avatar

Douglas Lassance douglaslassance

View GitHub Profile
// Go to https://airtable.com/api and select a base.
// Then open your browsers console (Ctrl+Alt+I) and run the following code.
var myapp = {
id:window.application.id,
name:window.application.name,
tables:[]
};
for (let table of window.application.tables){
var mytable = {