You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:parameters optional input parameters for a route, in a format defined by the coercion
:responses optional descriptions of responses, in a format defined by coercion
swagger spec
To serve the actual Swagger Specification, there is reitit.swagger/create-swagger-handler. It takes no arguments and returns a ring-handler which collects at request-time data from all routes for the same swagger api and returns a formatted Swagger specification as Clojure data, to be encoded by a response formatter.
duct.module.reitit/swagger
.The text was updated successfully, but these errors were encountered: