This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-09
Channels
- # beginners (205)
- # boot (6)
- # cider (22)
- # cljs-dev (41)
- # cljsrn (4)
- # clojure (97)
- # clojure-dev (61)
- # clojure-greece (40)
- # clojure-italy (8)
- # clojure-russia (16)
- # clojure-spec (18)
- # clojure-uk (34)
- # clojurescript (14)
- # community-development (1)
- # cursive (45)
- # datomic (39)
- # fulcro (66)
- # jobs (2)
- # lein-figwheel (1)
- # lumo (9)
- # off-topic (8)
- # parinfer (98)
- # portkey (8)
- # re-frame (81)
- # reagent (54)
- # remote-jobs (17)
- # ring (2)
- # shadow-cljs (217)
- # spacemacs (32)
- # sql (24)
- # test-check (6)
- # unrepl (73)
- # yada (12)
@malcolmsparks hmm, we played some more with the swagger-ui, but we can no longer post xml, since it doesn’t send the xml content type. is there anything else that should be upgraded apart from the UI?
I haven't released it yet
What a pain it doesn't work
well, maybe ring-swagger had to be updated as well. I haven’t looked closely enough, but the newest swagger-ui should in theory be compatible with open api 2
How can i access the json requet body as byte input stream rather than a clojure map in yada? the reason for asking is, we get large json's which we want to stream directly to database.
it looks like you can do it in the request context? https://github.com/juxt/yada/blob/dbd65f56e071e099271c50b53cf05286fc657de9/src/yada/request_body.clj#L109
not something that's well documented, I'll give you that 🙂