[Index] For package maintainers and hackage trustees Provides a high-level interface to requesting and introspecting Tables within an Airtable project. How to add to stack.yaml:


Keywords
bsd3, library, test, Airtable.Query, Airtable.Table
License
BSD-3-Clause
Install
cabal install airtable-api-0.3.2.4

Documentation

The Airtable API for Haskell

Provides a high-level interface to requesting and introspecting Tables within an Airtable project.

How to add to stack.yaml:

packages:
...
- location:
    git: https://github.com/ooblahman/airtable-api.git
    commit: HEAD
  extra-dep: true