Skip to content

asrvsn/airtable-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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