ring-swagger

ring-swagger & compojure-api
borkdude 2018-02-23T11:08:59.000133Z

I reproduced the problem I had yesterday in a kekkonen app. I edited the hello-world example. https://gist.github.com/borkdude/ab0fa75773ab08bdcca0f4d5b74f2c63 Start the app and browse to the swagger API. (s/optional-key :response/filter) s/Any will not show up in the example request body of echo-pizza.

borkdude 2018-02-23T11:10:00.000309Z

This is the only request body that gives me problems, the rest of the entire app works…