Airtable / airtable-ruby

Access Airtable data sheets with ease using ruby
MIT License
163 stars 72 forks source link

cannot connect to airtable #36

Open dcts opened 4 years ago

dcts commented 4 years ago

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?

daBee commented 4 years ago

I'm finding the same. The docs say they're trying to get a relationship with airtable but back in 2016?

kjorbina commented 4 years ago

Is there an intention for this repo to be worked on or the efforts to do this were ditched?

oscarada87 commented 3 years ago

Here is the alternation of this repo , airrecord.