Documentation
¶
Overview ¶
Package config provides default configuration values for the Prolific CLI, including base URLs for the Prolific application and API.
Index ¶
Constants ¶
View Source
const DefaultApplicationURL = "https://app.prolific.com"
DefaultApplicationURL is the default Prolific application URL.
Variables ¶
This section is empty.
Functions ¶
func GetAPIURL ¶
func GetAPIURL() string
GetAPIURL will return the API URL. This is the default API, but we allow users to override this with an environment variable.
func GetApplicationURL ¶
func GetApplicationURL() string
GetApplicationURL will return the Application URL. This can be overridden using the PROLIFIC_APPLICATION_URL environment variable.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.