class Airtable::Base

Defined in:

airtable/base.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_key : String, base : String) #

[View source]

Instance Method Detail

def api_key : String #

[View source]
def api_key=(api_key : String) #

[View source]
def http_client : HTTP::Client #

[View source]
def http_client=(http_client : HTTP::Client) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def table(table_name : String) #

[View source]