# Packages
No description provided by the author
# Functions
MapDecoder produces a mapstructure.Decoder with DecodeHooks for parsing Airtable field values.
NewClient creates a new Airtable client.
NewClientCustom creates a new Airtable client using a custom http.Client.
NewClientViper creates a new Client, configured using Viper.
NewProvider creates a new Provider.
NewProviderViper creates a new Provider, configured using Viper.
# Constants
BaseURL is the base url for the Airtable API.
MoodsTable is the name of mood table in Airtable.
Namespace is the package namespace, used for configuring environment variables, etc.
# Structs
Client is capable of fetching data from the Airtable API.
FetchOptions are options for FetchRecords.
A MoodSource implements job.MoodSource for an Airtable client.
A Provider provides data using Airtable as an underlying datasource.
SortConfig describes a Airtable sort.