module Airtable
Allows access to data on airtable
Fetch all records from table:
client = Airtable::Client.new
(“keyPtVG4L4sVudsCx5W”) client.table(“appXXV84QuCy2BPgLk”, “Sheet Name”).all
Constants
- VERSION
Allows access to data on airtable
Fetch all records from table:
client = Airtable::Client.new
(“keyPtVG4L4sVudsCx5W”) client.table(“appXXV84QuCy2BPgLk”, “Sheet Name”).all