libairtable is an asynchronous coroutine-based C++ client for Airtable, built on libevent-async. The makefile builds the library as well as an executable which wraps the client's functionality.
Currently supports the public REST API and the metadata API.
See AirtableClient.hh for information on how to use the AirtableClient object, and AirtableCLI.cc for some usage examples.