Liking cljdoc? Tell your friends :D

ardoq-swagger.core


ANYcljmacro

(ANY path args & body)

compojure-coreclj


contextcljmacro

(context path args & body)

DELETEcljmacro

(DELETE path args & body)

fix-params-in-pathclj

(fix-params-in-path path)

Replace a path param such as /:id with corresponding /{id}

Replace a path param such as /:id with corresponding /{id}
raw docstring

fix-pathsclj

(fix-paths swagger-spec)

Replace all path params under :paths such as /:id/:name with corresponding /{id}/{name}

Replace all path params under :paths such as /:id/:name with corresponding /{id}/{name}
raw docstring

GETcljmacro

(GET path args & body)

POSTcljmacro

(POST path args & body)

PUTcljmacro

(PUT path args & body)

routescljmacro

(routes & handlers)

supported-verbsclj


swagger-apiclj

(swagger-api options swag-routes)

Create an endpoint which contains swagger docs for swag-routes

Create an endpoint which contains swagger docs for swag-routes
raw docstring

swagger-defaultclj


swagger-privateclj


swagger-specclj

(swagger-spec options swag-routes)

swagify-routeclj

(swagify-route route)

swagify-verbclj

(swagify-verb verb)

with-swaggerclj

(with-swagger route swagger)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close