Popularity
2.4
Declining
Activity
0.0
Stable
3
1
3

Monthly Downloads: 25
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web    

airtable-api alternatives and similar packages

Based on the "Web" category.
Alternatively, view airtable-api alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of airtable-api or a related project?

Add another 'Web' Package

README

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