![]() * Feature: added clojure sdk Chore: rebasing on latest (last commit from clojure-sdk d6259824908c) * Fix: alphabetical order * Docs: Actual broadcast example * Test: adding shell test support Fix: order of options in data-lines for execute scripts events Fix: fixed signal handling / missing options Refactor: using the generated constants for boolean options * Test: passing shell tests Chore: task build |
||
---|---|---|
.. | ||
src/main/starfederation/datastar/clojure | ||
README.md | ||
deps.edn |
README.md
Malli schemas for the SDK
Installation
For now the SDK and adapters are distributed as git dependencies using a deps.edn
file.
{datastar/malli-schemas {:git/url "https://github.com/starfederation/datastar/tree/develop"
:git/sha "LATEST SHA"
:deps/root "sdk/clojure/malli-schemas"}}
[!important] Replace
LATEST_SHA
in the git coordinates below by the actual latest commit sha of the repository.