@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?
also it doesn’t send the xml body. sucks…
I propose reverting the commit.
Ok
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
sorry for the trouble
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 🙂
It's already been pre-parsed though, which I think is not what is desired.