Fork me on GitHub
#ring-swagger
<
2016-08-29
>
ikitommi08:08:04

also, there is a routing wiki page for c-api: https://github.com/metosin/compojure-api/wiki/Routing

jqmtor15:08:49

I’ve been trying to find the time to look into a few things more that we talked about

jqmtor15:08:55

but I couldn't

jqmtor16:08:53

I would like to make a few more contributions

jqmtor16:08:08

btw, I have a question. is there a way to ignore a resource and not generate the swagger spec for it?

jqmtor16:08:17

thanks in advance

ikitommi16:08:20

you can either wrap the routes in undocumented or add :no-doc true into a context or an endpoint.

ikitommi16:08:34

and dont worry, no hurry ;)

jqmtor16:08:03

🙂 thanks!

jqmtor16:08:02

I couldn’t find the undocumented example on the docs. would it make sense to add it there?

jqmtor16:08:25

or I just missed it because I didn’t look in the right place

ikitommi16:08:29

Should be in the swagger-page, could you add that? It's in the routing page, but in a bit different context (reverse routing).

jqmtor17:08:17

sure! glad to