-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
I try to acces all records of my airtable. The following returns an empty array, although i checked API key and appId and table name multiple times. What else could be the issue?
@client = Airtable::Client.new(ENV['AIRTABLE_API_KEY'])
@table = @client.table("app....", "My Table Name")
@records = @table.records
I read that this repo is not maintained, is that maybe the reason why it doesnt work?
Metadata
Metadata
Assignees
Labels
No labels