rocksky/spotify
app.rocksky.spotify.* — control the user’s connected Spotify session.
Values
pub fn get_currently_playing() -> rocksky.Request(dynamic.Dynamic)
app.rocksky.spotify.getCurrentlyPlaying. Add with_actor to scope to
another user.
pub fn seek(
position position: Int,
) -> rocksky.Request(dynamic.Dynamic)
app.rocksky.spotify.seek — position is in milliseconds.
pub fn with_actor(
req: rocksky.Request(a),
actor: String,
) -> rocksky.Request(a)