Liking cljdoc? Tell your friends :D

kekkonen.swagger


ring-swaggerclj

(ring-swagger handlers info)

Inputs: [handlers info] Returns: rs2/Swagger

Creates a ring-swagger object out of handlers and extra info

Inputs: [handlers info]
Returns: rs2/Swagger

Creates a ring-swagger object out of handlers and extra info
sourceraw docstring

swagger-handlerclj

(swagger-handler swagger options)

Creates a handler, that serves the swagger-spec

Creates a handler, that serves the swagger-spec
sourceraw docstring

swagger-objectclj

(swagger-object ring-swagger options)

Inputs: [ring-swagger :- rs2/Swagger options :- k/KeywordMap]

Creates a Swagger-spec object out of ring-swagger object and ring-swagger options.

Inputs: [ring-swagger :- rs2/Swagger options :- k/KeywordMap]

Creates a Swagger-spec object out of ring-swagger object and ring-swagger options.
sourceraw docstring

swagger-uiclj

(swagger-ui {:keys [ui spec] :as options})

Inputs: [{:keys [ui spec], :as options}]

Ring handler for the Swagger UI

Inputs: [{:keys [ui spec], :as options}]

Ring handler for the Swagger UI
sourceraw docstring

transform-handlerclj

(transform-handler handler)

Transforms a handler into ring-swagger path->method->operation map.

Transforms a handler into ring-swagger path->method->operation map.
sourceraw docstring

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

× close