they are 3 and 1yo, I would guess they need to learn to read first 😛
True 😄.
Also wanted to ask.. is it possible to use ring swagger by itself without using compojure api?
@andreasp1994 sure, the public api is just few functions.
I can use the swagger-json to generate a swagger.json artifact right? But then how can I mount a route to it?
hey, I am trying to disable response coercion in compojure-api@2.0.0-alpha18. I have an endpoint which returns a pdf. If I set {:coercion nil ...
toplevel everything works fine. But if I try to use the example from the wiki
(schema-coercion/create-coercion
(assoc schema-coercion/default-options :response nil))
(both top-level, as well, as per route) I get an error. What am I missing?