ApiKeyApi

class ApiKeyApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun createKey(app: String): Response<Unit>

Create a new api key.

Link copied to clipboard
suspend fun getKeys(): Response<<Error class: unknown class>>

Get all keys.

Link copied to clipboard
suspend fun revokeKey(key: String): Response<Unit>

Remove an api key.