Documentation ¶
Overview ¶
*********** WARNING *********** This package provides a generic reusable REST client
Deprecated: This package is deprecated. Use the listen package instead. This will be removed in a future release.
This package is frozen and no new functionality will be added. *********** WARNING ***********
*********** WARNING *********** This package provides the prerecorded client implementation for the Deepgram API
Deprecated: This package is deprecated. Use the listen package instead. This will be removed in a future release.
This package is frozen and no new functionality will be added. *********** WARNING ***********
Index ¶
Constants ¶
const ( LogLevelDefault = common.LogLevelDefault LogLevelErrorOnly = common.LogLevelErrorOnly LogLevelStandard = common.LogLevelStandard LogLevelElevated = common.LogLevelElevated LogLevelFull = common.LogLevelFull LogLevelDebug = common.LogLevelDebug LogLevelTrace = common.LogLevelTrace LogLevelVerbose = common.LogLevelVerbose )
please see pkg/common/init.go for more information
const (
PackageVersion = restv1.PackageVersion
)
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(init InitLib)
The SDK Init function for this library. Allows you to set the logging level and use of a log file. Default is output to the stdout.
func InitWithDefault ¶
func InitWithDefault()
InitWithDefault is the SDK Init function for this library using default values.
Types ¶
type Client ¶
Alias
func NewWithDefaults ¶
func NewWithDefaults() *Client
NewWithDefaults creates a REST client with default options