yada

borkdude 2018-02-09T14:58:57.000634Z

@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?

borkdude 2018-02-09T15:08:57.000516Z

also it doesn’t send the xml body. sucks…

borkdude 2018-02-09T15:09:09.000076Z

I propose reverting the commit.

malcolmsparks 2018-02-09T15:12:00.000576Z

Ok

malcolmsparks 2018-02-09T15:12:34.000491Z

I haven't released it yet

malcolmsparks 2018-02-09T15:12:41.000569Z

What a pain it doesn't work

borkdude 2018-02-09T15:22:01.000051Z

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

borkdude 2018-02-09T15:22:10.000746Z

sorry for the trouble

vijayakkineni 2018-02-09T20:49:56.000271Z

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.

tanzoniteblack 2018-02-09T21:17:53.000317Z

it looks like you can do it in the request context? https://github.com/juxt/yada/blob/dbd65f56e071e099271c50b53cf05286fc657de9/src/yada/request_body.clj#L109

tanzoniteblack 2018-02-09T21:18:30.000462Z

not something that's well documented, I'll give you that 🙂

dominicm 2018-02-09T22:04:14.000039Z

It's already been pre-parsed though, which I think is not what is desired.