pub static TWITCH_HELIX_URL: Lazy<Url>Available on crate feature
helix only.Expand description
Location of Twitch Helix
Can be overridden when feature mock_api is enabled with environment variable TWITCH_HELIX_URL.
ยงExamples
Set the environment variable TWITCH_HELIX_URL to http://localhost:8080/mock/ to use twitch-cli mock endpoints.