Liking cljdoc? Tell your friends :D

rocksky.spotify

Endpoints under app.rocksky.spotify.* — Spotify-backed remote control.

Endpoints under app.rocksky.spotify.* — Spotify-backed remote control.
raw docstring

get-currently-playingclj

(get-currently-playing client)
(get-currently-playing client {:keys [actor]})

Get the currently playing track. Optional: :actor.

Get the currently playing track. Optional: `:actor`.
sourceraw docstring

next-trackclj

(next-track client)

Skip to the next track.

Skip to the next track.
sourceraw docstring

pauseclj

(pause client)

Pause playback.

Pause playback.
sourceraw docstring

playclj

(play client)

Resume playback.

Resume playback.
sourceraw docstring

previous-trackclj

(previous-track client)

Skip to the previous track.

Skip to the previous track.
sourceraw docstring

seekclj

(seek client {:keys [position]})

Seek to :position (in seconds). Required: :position.

Seek to `:position` (in seconds). Required: `:position`.
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