fustkilas / elm-airtable / Airtable
Based on https://github.com/altjsus/elmtable. Intended as a read-only GET/HTTPS based Airtable-as-CMS. Only reads multiple records

getRecords : DB -> String -> Http.Expect msg -> Platform.Cmd.Cmd msg

GET a list of records from an Airtable Table, by passing it a Base, View, and an Http.ExpectJSON