class

Airtable::Request

Inherits Reference < Object

Class methods

create(table : String, data : String)
Source
delete(table : String, id : String)
Source
list(table : String, source : DataSource = :cache, **api_params)
Source
show(table : String, id : String, source : DataSource = :cache)
Source
update(table : String, id : String, data : String)

update a single record

Source
update(table : String, data : String)

update a list of records

Source