Fork me on GitHub
#ring-swagger
<
2018-07-21
>
ikitommi08:07:16

@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

ikitommi08:07:25

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

ikitommi08:07:02

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