fuzziqersoftware / libairtable

C++ coroutine-based Airtable API client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libairtable

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.

About

C++ coroutine-based Airtable API client

License:MIT License


Languages

Language:C++ 97.0%Language:CMake 3.0%