ring-swagger

ring-swagger & compojure-api
bja 2018-08-10T15:20:58.000111Z

is there a way to specify routes defined at the top level of an api use spec for coercion? I guess what i'm asking is would (context "/" [] :coercion :spec .....) make sense? Is there a better way?

ikitommi 2018-08-10T15:27:13.000021Z

@bja set it via api options?

bja 2018-08-10T15:27:33.000120Z

oh, didn't realize I could set it globally for the api. thanks!

bja 2018-08-10T15:27:52.000056Z

finally trying out spec after years of faithful schema usage