The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi Everyone, I’m pleased to present Airtable.jl, a wrapper of the API for the julia programming language.
It’s a pretty simple little package, but it’s my first time working in any depth with a WebAPI, so I’m pretty pleased to have it working as well...
I’m writing a small package for the julia programming language intended to wrap the airtable REST API to make it a bit easier to access within scripts. Julia has a pretty strong culture of including automated testing of packages, and I was wondering ...
@Marcel_Bradea wrote:I think the main point here is that there should be a simple ‘Count’ fuction in the generated Airtable API, which can accept a filter passed in just as the other ‘List’ functions do.There is no intent here to return the actual va...