This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-04
Channels
- # beginners (14)
- # boot (28)
- # chestnut (9)
- # cljsrn (18)
- # clojure (64)
- # clojure-conj (1)
- # clojure-dusseldorf (45)
- # clojure-finland (4)
- # clojure-gamedev (1)
- # clojure-greece (8)
- # clojure-italy (22)
- # clojure-russia (4)
- # clojure-spec (19)
- # clojure-uk (38)
- # clojurescript (49)
- # code-reviews (2)
- # component (12)
- # core-async (3)
- # cursive (3)
- # data-science (2)
- # events (4)
- # fulcro (394)
- # heroku (3)
- # hoplon (16)
- # immutant (11)
- # jobs (5)
- # lein-figwheel (1)
- # lumo (18)
- # off-topic (8)
- # om (11)
- # other-languages (1)
- # overtone (1)
- # pedestal (7)
- # portkey (62)
- # protorepl (1)
- # re-frame (40)
- # reagent (41)
- # ring-swagger (5)
- # spacemacs (5)
- # unrepl (5)
- # yada (12)
https://medium.com/@delitescere/json-home-why-what-and-how-with-clojure-a0d2f7354a49 (using yada)
Interesting. What lead you to discovering that?
Or are you saying my phrasing leads you to infer that?
Because your phrasing lead me to infer that you were asserting that Malcolm wrote it
My Oxford comma incantation is unequivocal. However, for the sake of clarity I will reverse the clauses.
Fixed 🙂
@akiroz Sente works with Yada using the ring handlers (yada supports ring handlers). However I have not been able to wrap it inside a resource (to get swagger documentation etc.).
yeah, I just figured out it will work as long as I don't put it into the interceptor chain
What would be the impact of reordering the interceptor chain so that the content encoding and request body are moved before the properties?
I need to parse the content body to get information to determine the properties of the endpoint