Endpoints under app.rocksky.shout.*
Endpoints under app.rocksky.shout.*
(create-shout client {:keys [message]})Create a new shout. Required: :message.
Create a new shout. Required: `:message`.
(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`.
(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`.
(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`.
(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`.
(get-track-shouts client {:keys [uri]})Get all shouts for a specific track. Required: :uri.
Get all shouts for a specific track. Required: `:uri`.
(remove-shout client {:keys [id]})Remove a shout. Required: :id.
Remove a shout. Required: `:id`.
(reply-shout client {:keys [shout-id message]})Reply to a shout. Required: :shout-id :message.
Reply to a shout. Required: `:shout-id` `:message`.
(report-shout client {:keys [shout-id reason]})Report a shout. Required: :shout-id. Optional: :reason.
Report a shout. Required: `:shout-id`. Optional: `:reason`.
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 |