ring-swagger

ring-swagger & compojure-api
ikitommi 2018-03-27T04:26:28.000122Z

@slipset I think coerce would be a good idea. It would call s/conform & s/unform to get the orignal value.

ikitommi 2018-03-27T04:28:02.000051Z

I wrote a issue into clj jira to enable coercion into spec, with single sweep. It would be easy to implement there - and fast.

ikitommi 2018-03-27T04:28:53.000082Z

https://dev.clojure.org/jira/browse/CLJ-2251

ikitommi 2018-03-27T04:34:29.000120Z

currently, we can't extend spec like this from outside (libs like spec-tools) - without copying all internals.

slipset 2018-03-27T08:19:55.000446Z

Thanks, performant or not, unform was what I was looking for.

👍 1