thrownewError("cannot use airtable API without an API key");
}
this.apiKey=apiKey;
}
addBase(name){
returnbaseId=>{
this[name]=newBase(baseId,apiKey);
returnthis[name];
};
}
}
returnAirtable;
}
Base={
classBase{
constructor(id,apiKey){
this.apiKey=apiKey;
}
addTable(name){
this[name]=newTable(this.id,this.apiKey,name);
returnthis[name];
}
}
returnBase;
}
// jqParam = require("jquery-param")
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.