Endpoints under app.rocksky.artist.*
Endpoints under app.rocksky.artist.*
(get-artist client {:keys [uri]})Get artist details. Required: :uri.
Get artist details. Required: `:uri`.
(get-artist-albums client {:keys [uri]})Get artist's albums. Required: :uri.
Get artist's albums. Required: `:uri`.
(get-artist-listeners client {:keys [uri limit offset]})Get artist listeners.
Required: :uri. Optional: :limit :offset.
Get artist listeners. Required: `:uri`. Optional: `:limit` `:offset`.
(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`.
(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`.
(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`.
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 |