class Airtable::Request

Defined in:

airtable/request.cr

Class Method Summary

Class Method Detail

def self.create(table : String, data : String) #

[View source]
def self.delete(table : String, id : String) #

[View source]
def self.list(table : String, source : DataSource = :cache, **api_params) #

[View source]
def self.show(table : String, id : String, source : DataSource = :cache) #

[View source]
def self.update(table : String, id : String, data : String) #

update a single record


[View source]
def self.update(table : String, data : String) #

update a list of records


[View source]