Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/airtable/mod.ts>Airtable#base

Unofficial Airtable client for Deno 🦕
Go to Latest
method Airtable.prototype.base
import { Airtable } from "https://deno.land/x/airtable@v0.2.2/mod.ts";

Returns new Airtable client with defined base ID

const airtable = new Airtable()
const airtableWithNewBaseId = airtable.base("appXXXXXXXXXXXXXX")

Parameters

baseId: string

Airtable base

Returns

current Airtable client