Rocksky.Shout (Rocksky v0.1.0)

Copy Markdown View Source

app.rocksky.shout.* endpoints.

Summary

Functions

Create a shout. Body: :message.

Shouts on an album. Params: :uri, :limit, :offset.

Shouts on an artist. Params: :uri, :limit, :offset.

Shouts on a profile. Params: :did, :limit, :offset.

Replies to a shout. Params: :uri, :limit, :offset.

Shouts on a track. Params: :uri.

Remove a shout. Params: :id.

Reply to a shout. Body: :shoutId, :message.

Report a shout. Body: :shoutId, :reason.

Functions

create_shout(client, body)

Create a shout. Body: :message.

get_album_shouts(client, params \\ [])

Shouts on an album. Params: :uri, :limit, :offset.

get_artist_shouts(client, params \\ [])

Shouts on an artist. Params: :uri, :limit, :offset.

get_profile_shouts(client, params \\ [])

Shouts on a profile. Params: :did, :limit, :offset.

get_shout_replies(client, params \\ [])

Replies to a shout. Params: :uri, :limit, :offset.

get_track_shouts(client, params \\ [])

Shouts on a track. Params: :uri.

remove_shout(client, params)

Remove a shout. Params: :id.

reply_shout(client, body)

Reply to a shout. Body: :shoutId, :message.

report_shout(client, body)

Report a shout. Body: :shoutId, :reason.