Documentation
¶
Index ¶
Constants ¶
View Source
const AirtableAPIBaseURL = "https://api.airtable.com/v0/"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AirtableAPIClient ¶
type AirtableAPIClient struct {
BaseID string
TableName string
HTTPClient *http.Client
// contains filtered or unexported fields
}
func NewAirtableAPIClient ¶
func NewAirtableAPIClient(token, baseID, tableName string) *AirtableAPIClient
func (*AirtableAPIClient) GetRecordID ¶
func (client *AirtableAPIClient) GetRecordID(opts *ListOpts) (string, error)
func (*AirtableAPIClient) ListRecords ¶
func (*AirtableAPIClient) SetToken ¶
func (client *AirtableAPIClient) SetToken(token string)
type TableGenericRecord ¶
type TableGenericRecordList ¶
type TableGenericRecordList struct {
Records []TableGenericRecord `json:"records"`
Offset string `json:"offset"`
}
Click to show internal directories.
Click to hide internal directories.