Fork me on GitHub
#ring-swagger
<
2016-05-01
>
josh.freckleton19:05:13

I'm new to swagger, how does it compare to something like liberator?

ikitommi19:05:21

Liberator is lib for creating restful web apps, while Swagger is a spec to describe your web apis. Liberator doesn't support swagger directly.

ikitommi19:05:17

there is a list of swagger-enabled web libs for Clojure in the ring-swagger readme.