airtable-api-0.1.0.1: Requesting and introspecting Tables within an Airtable project.

Safe HaskellNone
LanguageHaskell2010

Airtable.Query

Synopsis

Documentation

getTable :: FromJSON a => AirtableOptions -> TableName -> IO (Table a) Source #

Retrieve a table from airtable.com given its name.