Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// Endpoint is the Stately API endpoint.
// Defaults to https://api.stately.cloud
Endpoint string
AuthTokenProvider auth.TokenProvider
}
Options is a set of common options for a stately API client.
func (*Options) ApplyDefaults ¶
ApplyDefaults applies the default values to the options.
func (*Options) HTTPClient ¶
HTTPClient builds an HTTP/2 client for the given options.
Click to show internal directories.
Click to hide internal directories.