Fork me on GitHub
#ring-swagger
<
2016-12-23
>
assoc-in17:12:25

Any ideas on how to convert a compojure-api project from schema to spec? I found this https://github.com/metosin/spec-tools and it looks interesting, but I am not sure how to use it exactly. I also considered just using spec at the model level so instead of Schema -> API Endpoint -> Model it would be API -> Spec -> Model.