Endpoints under app.rocksky.actor.*
Endpoints under app.rocksky.actor.*
(get-actor-albums client {:keys [did limit offset start-date end-date]})Get albums for an actor.
Required: :did. Optional: :limit :offset :start-date :end-date.
Get albums for an actor. Required: `:did`. Optional: `:limit` `:offset` `:start-date` `:end-date`.
(get-actor-artists client {:keys [did limit offset start-date end-date]})Get artists for an actor.
Required: :did. Optional: :limit :offset :start-date :end-date.
Get artists for an actor. Required: `:did`. Optional: `:limit` `:offset` `:start-date` `:end-date`.
(get-actor-compatibility client {:keys [did]})Get compatibility for an actor.
Required: :did.
Get compatibility for an actor. Required: `:did`.
(get-actor-loved-songs client {:keys [did limit offset]})Get loved songs for an actor.
Required: :did. Optional: :limit :offset.
Get loved songs for an actor. Required: `:did`. Optional: `:limit` `:offset`.
(get-actor-neighbours client {:keys [did]})Get neighbours (musical-taste neighbours) for an actor.
Required: :did.
Get neighbours (musical-taste neighbours) for an actor. Required: `:did`.
(get-actor-playlists client {:keys [did limit offset]})Get playlists for an actor.
Required: :did. Optional: :limit :offset.
Get playlists for an actor. Required: `:did`. Optional: `:limit` `:offset`.
(get-actor-scrobbles client {:keys [did limit offset]})Get scrobbles for an actor.
Required: :did. Optional: :limit :offset.
Get scrobbles for an actor. Required: `:did`. Optional: `:limit` `:offset`.
(get-actor-songs client {:keys [did limit offset start-date end-date]})Get songs for an actor.
Required: :did. Optional: :limit :offset :start-date :end-date.
Get songs for an actor. Required: `:did`. Optional: `:limit` `:offset` `:start-date` `:end-date`.
(get-profile client params)Get the profile of an actor.
Params: :did (DID or handle, optional).
Get the profile of an actor. Params: `:did` (DID or handle, optional).
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 |