Fork me on GitHub
#ring-swagger
<
2018-07-19
>
Empperi06:07:07

they are 3 and 1yo, I would guess they need to learn to read first 😛

Andreasp199415:07:17

True 😄.

Andreasp199415:07:41

Also wanted to ask.. is it possible to use ring swagger by itself without using compojure api?

ikitommi15:07:32

@andreasp1994 sure, the public api is just few functions.

Andreasp199415:07:11

I can use the swagger-json to generate a swagger.json artifact right? But then how can I mount a route to it?

qr415:07:39

hey, I am trying to disable response coercion in [email protected]. 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?