global

package
v1.37.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const FilterDateFormat = "2006-01-02T15:04:05.000Z"
View Source
const RepoName string = "voiceflow-cli"
View Source
const RepoOwner string = "xavidop"

Variables

View Source
var OpenAIAPIKey string
View Source
var OpenAIBaseURL string
View Source
var Output string
View Source
var ShowTesterMessages bool
View Source
var SkipUpdate bool
View Source
var Verbose bool
View Source
var VersionString string
View Source
var VoiceflowAPIKey string
View Source
var VoiceflowAPIURL string // Overrides the Voiceflow API (creator-api) base URL

Custom base URL overrides for each Voiceflow service. When set, these take priority over VoiceflowSubdomain.

View Source
var VoiceflowAnalyticsURL string // Overrides the analytics-api base URL
View Source
var VoiceflowRuntimeURL string // Overrides the general-runtime base URL
View Source
var VoiceflowSubdomain string

Functions

func GetAPIBaseURL added in v1.35.0

func GetAPIBaseURL(subdomainOverride string) string

GetAPIBaseURL returns the base URL for the Voiceflow creator-api service. Priority: VoiceflowAPIURL > VoiceflowSubdomain > default. Example defaults:

https://api.voiceflow.com
https://api.staging.voiceflow.com  (subdomain = "staging")

func GetAnalyticsBaseURL added in v1.35.0

func GetAnalyticsBaseURL() string

GetAnalyticsBaseURL returns the base URL for the Voiceflow analytics-api service. Priority: VoiceflowAnalyticsURL > VoiceflowSubdomain > default.

func GetRuntimeBaseURL added in v1.35.0

func GetRuntimeBaseURL(subdomainOverride string) string

GetRuntimeBaseURL returns the base URL for the Voiceflow general-runtime service. Priority: VoiceflowRuntimeURL > VoiceflowSubdomain > default.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL