datastar/sdk/clojure/sdk
Jérémy 8b84986410
Fix: added proper clj-kondo config fixing unresolved vars warnings (#817)
Fix: handling of the HTTP keep-alive header
Refactor: simpler concurrency handling in one test.
2025-04-07 10:50:42 -06:00
..
resources/clj-kondo.exports/starfederation.datastar/clojure Fix: added proper clj-kondo config fixing unresolved vars warnings (#817) 2025-04-07 10:50:42 -06:00
src/main/starfederation/datastar/clojure Fix: added proper clj-kondo config fixing unresolved vars warnings (#817) 2025-04-07 10:50:42 -06:00
README.md Clojure SDK - Ability to gzip sse streams - improvements - new how to code snippet (#747) 2025-03-13 09:41:49 -06:00
deps.edn Fix: added proper clj-kondo config fixing unresolved vars warnings (#817) 2025-04-07 10:50:42 -06:00

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.