Liking cljdoc? Tell your friends :D

compojure-swagger.core


ANYcljmacro

(ANY path args & body)
source

compojure-coreclj

source

contextcljmacro

(context path args & body)
source

DELETEcljmacro

(DELETE path args & body)
source

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}
sourceraw 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}
sourceraw docstring

GETcljmacro

(GET path args & body)
source

PATCHcljmacro

(PATCH path args & body)
source

POSTcljmacro

(POST path args & body)
source

PUTcljmacro

(PUT path args & body)
source

Routeclj

source

routescljmacro

(routes & handlers)
source

supported-verbsclj

source

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
sourceraw docstring

swagger-categoriesclj

(swagger-categories route category-names)
source

swagger-categoryclj

(swagger-category route category-name)
source

swagger-defaultclj

source

swagger-privateclj

source

swagger-specclj

(swagger-spec options swag-routes)
source

swagify-routeclj

(swagify-route route)
source

swagify-verbclj

(swagify-verb verb)
source

with-swaggerclj

(with-swagger route swagger)
source

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

× close