ring-swagger

ring-swagger & compojure-api
Empperi 2018-07-16T13:48:59.000119Z

Ok, finally found out why it didn't work for me. The reason was that I was using namespaced keywords for my errors, like: :error/some-error

Empperi 2018-07-16T13:49:09.000285Z

if I changed it to :error-some-error it started to work

Andreasp1994 2018-07-16T14:10:12.000256Z

Hey all, how can I use spec-tools to add description on parameters with swagger? It doesn't seem to work for me API

ikitommi 2018-07-16T16:06:13.000246Z

@andreasp1994 did you try setting the :description?

Andreasp1994 2018-07-16T17:35:44.000045Z

@ikitommi Yeah I did

Andreasp1994 2018-07-16T18:47:24.000104Z

Do i just use spec-tools to wrap the specs right? Or is there anything else that I need to do?