Skip to content

rnrch/airtable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airtable

PkgGoDev Go Report Card License

A simple airtable client.

Usage

Go to your account page to get an api token and go to API page and select the database to get the base ID.

Then create the client.

c := airtable.NewClient("your_api_token","your_base_ID")

Call the client's ListRecords, GetRecord, CreateRecords, DeleteRecords and PatchRecords methods to access the API.

About

A simple airtable client.

Resources

License

Stars

Watchers

Forks

Packages

No packages published