Liking cljdoc? Tell your friends :D

rocksky.actor

Endpoints under app.rocksky.actor.*

Endpoints under app.rocksky.actor.*
raw docstring

get-actor-albumsclj

(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`.
sourceraw docstring

get-actor-artistsclj

(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`.
sourceraw docstring

get-actor-compatibilityclj

(get-actor-compatibility client {:keys [did]})

Get compatibility for an actor.

Required: :did.

Get compatibility for an actor.

Required: `:did`.
sourceraw docstring

get-actor-loved-songsclj

(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`.
sourceraw docstring

get-actor-neighboursclj

(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`.
sourceraw docstring

get-actor-playlistsclj

(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`.
sourceraw docstring

get-actor-scrobblesclj

(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`.
sourceraw docstring

get-actor-songsclj

(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`.
sourceraw docstring

get-profileclj

(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).
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