Liking cljdoc? Tell your friends :D

duckula.avro.schema

Generates a Prismatic Schema from an Avro schema object - ported from https://github.com/cddr/integrity/blob/00326c259e5ff3ab94a37ec032da5a0d08932441/src/integrity/avro.clj to support union types and other features

Generates a Prismatic Schema from an Avro schema object -
ported from https://github.com/cddr/integrity/blob/00326c259e5ff3ab94a37ec032da5a0d08932441/src/integrity/avro.clj
to support union types and other features
raw docstring

duckula.handler

Default Duckula handler. It talks JSON but can validate requests with provided Avro schemas

Default Duckula handler. It talks JSON
but can validate requests with provided Avro schemas
raw docstring

duckula.middleware

Minimal middleware to allow JSON based request handling

Minimal middleware to allow JSON based request handling
raw docstring

duckula.swagger

Provides a Ring middleware which can serve swagger.json generated from the API config as well as Swagger UI to view it. Note that we're ignoring reflection warnings as they don't matter in dev mode, and in production all schemas are (should be) parsed only once.

Provides a Ring middleware which can serve swagger.json generated from the API config
as well as Swagger UI to view it.
Note that we're ignoring reflection warnings as they don't matter in dev mode, and in production
all schemas are (should be) parsed only once.
raw docstring

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

× close