Endpoints under app.rocksky.charts.*
Endpoints under app.rocksky.charts.*
(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`.
(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`.
(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`.
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 |