Liking cljdoc? Tell your friends :D

spec-tools.openapi.core


accept-specclj/smultimethod

source

expandclj/smultimethod

source

expand-qualified-keywordsclj/s

(expand-qualified-keywords x options)
source

extract-parameterclj/s

(extract-parameter in spec)
source

openapi-specclj/sdeprecated

(openapi-spec x)
(openapi-spec x options)

Transforms data into a OpenAPI3 spec. Input data must conform to the Swagger3 Spec (https://swagger.io/specification/) with a exception that it can have any qualified keywords which are expanded with the spec-tools.openapi.core/expand multimethod.

Transforms data into a OpenAPI3 spec. Input data must conform to the
Swagger3 Spec (https://swagger.io/specification/) with a exception that it
can have any qualified keywords which are expanded with the
`spec-tools.openapi.core/expand` multimethod.
sourceraw docstring

transformclj/s

(transform spec)
(transform spec options)

Generate OpenAPI3 schema matching the given clojure.spec spec.

Generate OpenAPI3 schema matching the given clojure.spec spec.
sourceraw docstring

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

× close