Endpoints under app.rocksky.apikey.*
Endpoints under app.rocksky.apikey.*
(create-apikey client {:keys [name description] :as body})Create a new API key.
Required: :name. Optional: :description.
Create a new API key. Required: `:name`. Optional: `:description`.
(get-apikeys client)(get-apikeys client {:keys [limit offset]})List API keys for the authenticated user.
Optional: :limit :offset.
List API keys for the authenticated user. Optional: `:limit` `:offset`.
(remove-apikey client {:keys [id]})Remove an API key.
Required: :id.
Remove an API key. Required: `:id`.
(update-apikey client {:keys [id name description] :as body})Update an existing API key.
Required: :id :name. Optional: :description.
Update an existing API key. Required: `:id` `:name`. Optional: `:description`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |