May 15, 2015 12:26 PM
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!
Oct 09, 2016 05:39 AM
I wrote an alternative Airtable client that mimics ActiveRecord’s API more, which makes it easier to work with more complex bases with relationships.
Oct 19, 2016 10:30 PM
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.
Oct 19, 2016 10:50 PM
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
Oct 21, 2016 02:05 AM
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.
Oct 21, 2016 04:20 PM
@Jyrki_Keisala what problems are you running into? Can you open an issue on the repo?
Oct 21, 2016 10:19 PM
Have already, and the discussion continues there.