This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-21
Channels
- # aatree (5)
- # admin-announcements (3)
- # beginners (13)
- # boot (25)
- # cider (4)
- # cljs-dev (2)
- # clojure (107)
- # clojure-austria (2)
- # clojure-japan (12)
- # clojure-russia (128)
- # clojurebridge (2)
- # clojurecup (32)
- # clojurescript (68)
- # css (4)
- # cursive (3)
- # datascript (4)
- # datomic (8)
- # devcards (25)
- # hoplon (19)
- # immutant (2)
- # ldnclj (4)
- # liberator (2)
- # luminus (5)
- # off-topic (184)
- # om (78)
- # onyx (2)
- # portland-or (11)
- # re-frame (27)
- # reagent (11)
- # yada (3)
(yada ...) returns you a handler, which you can modify however you wish prior to passing it to your webserver. You can use assoc, update-in etc. The docs are getting updated but yada is still in active development. Current focus is completing Swagger (much improved now!), CORS and user interceptors
Ok I see, CORS/swagger are very useful for public APIs/SaaS products (my use case exactly). So associng to (yada ...)
for now (synchronously only ?), will be replaced by user interceptors when it is ready, correct ?
Even if you choose not to try yada do let me know your requirements and I will steer towards supporting them. I really want to start focussing on real-world use cases.