Liking cljdoc? Tell your friends :D

rocksky.charts

Endpoints under app.rocksky.charts.*

Endpoints under app.rocksky.charts.*
raw docstring

get-scrobbles-chartclj

(get-scrobbles-chart client)
(get-scrobbles-chart client
                     {:keys [did artist-uri album-uri song-uri genre from to]})

Get the scrobbles chart.

Optional: :did :artist-uri :album-uri :song-uri :genre :from :to.

Get the scrobbles chart.

Optional: `:did` `:artist-uri` `:album-uri` `:song-uri` `:genre`
`:from` `:to`.
sourceraw docstring

get-top-artistsclj

(get-top-artists client)
(get-top-artists client {:keys [limit offset start-date end-date]})

Get top artists.

Optional: :limit :offset :start-date :end-date.

Get top artists.

Optional: `:limit` `:offset` `:start-date` `:end-date`.
sourceraw docstring

get-top-tracksclj

(get-top-tracks client)
(get-top-tracks client {:keys [limit offset start-date end-date]})

Get top tracks.

Optional: :limit :offset :start-date :end-date.

Get top tracks.

Optional: `:limit` `:offset` `:start-date` `:end-date`.
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