Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetIngestrURI ¶
type Config ¶
type Config struct {
// APIKey is the Sumble API key, sent to Sumble as a bearer token. Required.
APIKey string
}
Config holds the credentials required to connect to the Sumble v9 API.
func (*Config) GetIngestrURI ¶
GetIngestrURI builds the ingestr source URI for Sumble. Format: sumble://?api_key=<api_key>
Click to show internal directories.
Click to hide internal directories.