Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateApiKey ¶
GenerateApiKey godoc
@Tags apiKey @Summary Generate an API key @Description Generate an API key @Produce plain @Param apiKeyName path string true "API key name" @Success 200 {string} apiKey @Router /apikey/{apiKeyName} [post] @id GenerateApiKey
func ListClientApiKeys ¶
ListClientApiKeys godoc
@Tags apiKey @Summary List API keys @Description List API keys @Produce json @Success 200 {array} ApiKey @Router /apikey [get] @id ListClientApiKeys
func RevokeApiKey ¶
RevokeApiKey godoc
@Tags apiKey @Summary Revoke API key @Description Revoke API key @Param apiKeyName path string true "API key name" @Success 200 @Router /apikey/{apiKeyName} [delete] @id RevokeApiKey
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.