# Functions

CheckResponse checks teh API response for errors, and returns then if present.
DefaultNameNormalizer nop Normalizer.
GenerateDataSEtSchema formatted for Domo from a Struct + Struct Field Tags.
NewAuthenticator creates an authenticator to handle client crediential OAuth2 flow.
NewClient returns a new Domo API client.
SetNormalizer sets the normalizer used to normalize struct/header field names.

# Constants

Data types for Domo Columns.
Data types for Domo Columns.
Data types for Domo Columns.
Data types for Domo Columns.
Data types for Domo Columns.
Data types for Domo Columns.
DomoDateFormat can be used with time.Parse to create time.Time values from domo date strings.
DomoTimestampFormat can be used with time.Parse to create time.Time values from domo timestamp strings.
No description provided by the author
ScopeAudit marks OAuth2 Scope for Activity Logs.
No description provided by the author
ScopeDashboard marks OAuth2 Scope for Pages API.
ScopeData marks OAuth2 Scope for dataset and stream APIs.
ScopeUser marks OAuth2 Scope for user/group APIs.
No description provided by the author
TokenURL is the Authentication token URL for Client Credential OAuth2.
UpdateMethodAppend and UpdateMethodReplace for StreamDataset UpdateMethod.
UpdateMethodAppend and UpdateMethodReplace for StreamDataset UpdateMethod.
Version is the version of this lib.

# Variables

TagSeparator defines seperator string for multiple domo tags in struct fields.

# Structs

No description provided by the author
AuditQueryParams contains all the query params that can be set for Domo Activity Log Queries.
Authenticator makes it easy to configure authentication for Domo's client credential OAuth2 flow.
Client is a client for working with the Domo API.
Column describes a Domo Dataset Column.
Dataset contains basic data about a domo Dataset.
DatasetSchema contains basic data about dataset and schema.
No description provided by the author
Error represents an error returned by the Domo API.
Filter describes a PDP policy Data filter for a dataset.
Group defines all the domo group related data in the Public API.
LogEntry describes a single event recorded in Domo's Activity/Audit Log.
Owner identifies a Domo User that owns a resource.
Page models the Domo Page object.
PageCollection models the Domo Page Collection Object.
Policy describes PDP policies for a dataset.
No description provided by the author
Schema contains the columns describing a domo dataset schema.
No description provided by the author
No description provided by the author
StreamDataset describes the Domo Dataset for a Domo Stream.
StreamDatasetSchema describes the schema for a StreamDataset.
StreamExecution describes the Execution for a given Domo Stream.
StreamFragment contains some details about a data part upload.
User is the object for a Domo User.

# Type aliases

AccountssService handles communication with the Accounts related methods of the Domo API.
ActivityLogsService handles communication with the Activity Log related methods of the Domo API.
DatasetsService handles communication with the dataset related methods of the Domo API.
GroupsService handles communication with the groups related methods of the Domo API.
Normalizer is a fn that takes and returns a string.
PagesService handles communication with the Page related methods of the Domo API.
ProjectsService handles communication with the projects related methods of the Domo API.
StreamsService handles communication with the streams related methods of the Domo API.
UsersService handles communication with the users related methods of the Domo API.