MCPcopy Create free account
hub / github.com/exercism/cli / TokenURL

Function TokenURL

config/config.go:132–134  ·  view source on GitHub ↗

TokenURL provides a link to where the user can find their API token.

(apiURL string)

Source from the content-addressed store, hash-verified

130
131// TokenURL provides a link to where the user can find their API token.
132func TokenURL(apiURL string) string {
133 return fmt.Sprintf("%s%s", InferSiteURL(apiURL), "/settings/api_cli")
134}

Callers 3

validateUserConfigFunction · 0.92
newConfigurationStatusFunction · 0.92
runConfigureFunction · 0.92

Calls 1

InferSiteURLFunction · 0.85

Tested by

no test coverage detected