metosin / compojure-api

Sweet web apis with Compojure & Swagger
http://metosin.github.io/compojure-api/doc/
Eclipse Public License 1.0
1.11k stars 149 forks source link

Group versioned API #440

Open jainsahab opened 4 years ago

jainsahab commented 4 years ago

Library Version(s)

I am using metosin/ring-swagger "0.26.0" and metosin/ring-swagger-ui "3.9.0".

Problem

I am trying to use swagger for my versioned APIs, any idea what json configuration i will have to pass to swagger-json function to group API in a versioned manner as shown in image. I went through documentation but couldn't find any.

image