![]() Fix: handling of the HTTP keep-alive header Refactor: simpler concurrency handling in one test. |
||
---|---|---|
.. | ||
resources/clj-kondo.exports/starfederation.datastar/clojure | ||
src/main/starfederation/datastar/clojure | ||
README.md | ||
deps.edn |
README.md
Generic Clojure SDK for Datastar
This is where the code for the Generic SDK lives.
Installation
For now the SDK and adapters are distributed as git dependencies using a deps.edn
file.
If you roll your own adapter you only need:
{datastar/sdk {:git/url "https://github.com/starfederation/datastar/tree/develop"
:git/sha "LATEST SHA"
:deps/root "sdk/clojure/sdk"}}
[!important] This project is new and there isn't a release process yet other than using git shas. Replace
LATEST_SHA
in the git coordinates below by the actual latest commit sha of the repository.