Skip to main content
deps.edn:

Quick start

Configure

Conventions

  • Action functions return the client, so chains compose with ->: (-> client (pb/play-album "id") (pb/seek 30000))
  • Read functions return data as plain Clojure maps with kebab-case keys.
  • Enums are keywords: :playing, :paused, :stopped.
  • Events surface as callbacks or core.async channels.

API surface

More

Full reference and core.async event channels: see the Clojure SDK README on GitHub ↗.