Skip to main content

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!

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



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.


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


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




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.


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


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


Have already, and the discussion continues there.


Reply