Help

Airtable Ruby Client

Topic Labels: API
6438 6
cancel
Showing results for 
Search instead for 
Did you mean: 
Emmett_Nicholas
6 - Interface Innovator
6 - Interface Innovator

Nathan Esquenazi, founder of CodePath, created a really nice Ruby client for the Airtable API:

gem install airtable

Please try it out and let us know what you think.

Thanks Nathan!

6 Replies 6
Simon_Horup_Es1
6 - Interface Innovator
6 - Interface Innovator

I wrote an alternative Airtable client that mimics ActiveRecord’s API more, which makes it easier to work with more complex bases with relationships.

Jyrki_Keisala
6 - Interface Innovator
6 - Interface Innovator

I’m trying Nathan’s Ruby client and it seems to do for me what I want to do. Just one question: is it possible to batch query all records in a table AND sort based on MULTIPLE keys? The example given only sorts by one key, but I need to sort by three separate keys consequtively.

Alexander_Soro1
6 - Interface Innovator
6 - Interface Innovator

There’s sortBy branch (see https://github.com/Airtable/airtable-ruby/issues/7). I’ll take a look to see if that can be merged into master

Alex

Simon, could you update your client’s README to give more usage examples? I’m fairly new to Ruby and while trying hard to create and save records on my table, based on your example, am failing to do so.

Simon_Horup_Es1
6 - Interface Innovator
6 - Interface Innovator

@Jyrki_Keisala what problems are you running into? Can you open an issue on the repo?

Have already, and the discussion continues there.