ring-swagger

ring-swagger & compojure-api
ikitommi 2018-07-21T08:23:16.000014Z

@andreasp1994 here goes: • Swagger is a spesification (`1.*` & 2.*) and an implementation for describing http apis • Swagger-ui is a sample app to emit an interactive ui out of an swagger spec (endpoint) • metosin/ring-swagger is a Clojure implementation for implementing the Swagger spec, emits the swagger spec + helpers to mount & integrate the swagger-ui • metosin/ring-swagger-ui is packaged version of Swagger-ui • Openapi3 is the new Swagger (`3.*`) spesification, but the tooling is still called Swagger

ikitommi 2018-07-21T08:24:25.000056Z

you can use any of the parts separately, compojure-api (and others) are just pre-integrated with those.

ikitommi 2018-07-21T08:25:02.000015Z

@vitali.henne try the latest alpha, I believe that was fixed.