Liking cljdoc? Tell your friends :D

rocksky.apikey

Endpoints under app.rocksky.apikey.*

Endpoints under app.rocksky.apikey.*
raw docstring

create-apikeyclj

(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`.
sourceraw docstring

get-apikeysclj

(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`.
sourceraw docstring

remove-apikeyclj

(remove-apikey client {:keys [id]})

Remove an API key.

Required: :id.

Remove an API key.

Required: `:id`.
sourceraw docstring

update-apikeyclj

(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`.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close