Liking cljdoc? Tell your friends :D

rocksky.artist

Endpoints under app.rocksky.artist.*

Endpoints under app.rocksky.artist.*
raw docstring

get-artistclj

(get-artist client {:keys [uri]})

Get artist details. Required: :uri.

Get artist details. Required: `:uri`.
sourceraw docstring

get-artist-albumsclj

(get-artist-albums client {:keys [uri]})

Get artist's albums. Required: :uri.

Get artist's albums. Required: `:uri`.
sourceraw docstring

get-artist-listenersclj

(get-artist-listeners client {:keys [uri limit offset]})

Get artist listeners.

Required: :uri. Optional: :limit :offset.

Get artist listeners.

Required: `:uri`. Optional: `:limit` `:offset`.
sourceraw docstring

get-artist-recent-listenersclj

(get-artist-recent-listeners client {:keys [uri limit offset]})

Get artist recent listeners (ordered by most recent scrobble).

Required: :uri. Optional: :limit :offset.

Get artist recent listeners (ordered by most recent scrobble).

Required: `:uri`. Optional: `:limit` `:offset`.
sourceraw docstring

get-artist-tracksclj

(get-artist-tracks client {:keys [uri limit offset]})

Get artist's tracks.

Required: :uri. Optional: :limit :offset.

Get artist's tracks.

Required: `:uri`. Optional: `:limit` `:offset`.
sourceraw docstring

get-artistsclj

(get-artists client)
(get-artists client {:keys [limit offset names genre]})

List artists.

Optional: :limit :offset :names :genre.

List artists.

Optional: `:limit` `:offset` `:names` `:genre`.
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