ring-swagger

ring-swagger & compojure-api
ikitommi 2018-08-16T16:04:30.000100Z

[metosin/compojure-api "2.0.0-alpha23"] - don’t encode response :body if Content-Type header is set.

vuuvi 2018-08-16T20:20:36.000100Z

@ikitommi I finally got swagger working on my API! Just wanted to say thanks for the great project!

vuuvi 2018-08-16T20:21:29.000100Z

also it might be worth mentioning that a swagger.json never actually gets generated and you need to define a route in your API to be able to go see the swagger-ui. I don’t know if it’s just me but I didn’t understand that for a while…