Liking cljdoc? Tell your friends :D

rocksky.shout

Endpoints under app.rocksky.shout.*

Endpoints under app.rocksky.shout.*
raw docstring

create-shoutclj

(create-shout client {:keys [message]})

Create a new shout. Required: :message.

Create a new shout. Required: `:message`.
sourceraw docstring

get-album-shoutsclj

(get-album-shouts client {:keys [uri limit offset]})

Get shouts for an album.

Required: :uri. Optional: :limit :offset.

Get shouts for an album.

Required: `:uri`. Optional: `:limit` `:offset`.
sourceraw docstring

get-artist-shoutsclj

(get-artist-shouts client {:keys [uri limit offset]})

Get shouts for an artist.

Required: :uri. Optional: :limit :offset.

Get shouts for an artist.

Required: `:uri`. Optional: `:limit` `:offset`.
sourceraw docstring

get-profile-shoutsclj

(get-profile-shouts client {:keys [did limit offset]})

Get shouts on an actor's profile.

Required: :did. Optional: :limit :offset.

Get shouts on an actor's profile.

Required: `:did`. Optional: `:limit` `:offset`.
sourceraw docstring

get-shout-repliesclj

(get-shout-replies client {:keys [uri limit offset]})

Get replies to a shout.

Required: :uri. Optional: :limit :offset.

Get replies to a shout.

Required: `:uri`. Optional: `:limit` `:offset`.
sourceraw docstring

get-track-shoutsclj

(get-track-shouts client {:keys [uri]})

Get all shouts for a specific track. Required: :uri.

Get all shouts for a specific track. Required: `:uri`.
sourceraw docstring

remove-shoutclj

(remove-shout client {:keys [id]})

Remove a shout. Required: :id.

Remove a shout. Required: `:id`.
sourceraw docstring

reply-shoutclj

(reply-shout client {:keys [shout-id message]})

Reply to a shout. Required: :shout-id :message.

Reply to a shout. Required: `:shout-id` `:message`.
sourceraw docstring

report-shoutclj

(report-shout client {:keys [shout-id reason]})

Report a shout. Required: :shout-id. Optional: :reason.

Report a shout. Required: `:shout-id`. Optional: `:reason`.
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