A simple airtable client.
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.