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.asyncchannels.
API surface
More
Full reference andcore.async event channels: see the
Clojure SDK README on GitHub ↗.