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.
Library Version(s)
I am using
metosin/ring-swagger "0.26.0"
andmetosin/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.