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