Fork me on GitHub
#yada
<
2018-02-09
>
borkdude14:02:57

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

borkdude15:02:57

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

borkdude15:02:09

I propose reverting the commit.

malcolmsparks15:02:34

I haven't released it yet

malcolmsparks15:02:41

What a pain it doesn't work

borkdude15:02:01

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

borkdude15:02:10

sorry for the trouble

vijayakkineni20:02:56

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.

tanzoniteblack21:02:30

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

dominicm22:02:14

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