Skip to content

Instantly share code, notes, and snippets.

@schroederapps
schroederapps / airtable.lua
Created June 28, 2018 21:54
Corona AirTable Fetch Module - converts the contents of an AirTable base into a Lua table
local _M = {}
local json = require 'json'
local base_id = 'foo'
local api_key = 'bar'
local parse_values, get_table
local table_index = 1
local offset = ''