reitit/examples/README.md

54 lines
803 B
Markdown
Raw Normal View History

2021-03-11 20:08:07 +00:00
# Examples
## buddy-auth
## frontend-auth
## frontend-controllers
## frontend-links
## frontend-prompt
## frontend-re-frame
## frontend
2024-02-26 09:12:54 +00:00
Frontend example with clojure.spec coercion.
## frontend-malli
Frontend example with Malli coercion.
2021-03-11 20:08:07 +00:00
## http-swagger
Coercion with Spec and Swagger generation.
Same as ring-spec-swagger?
Async examples as extra.
## http
Async example.
## just-coercion-with-ring
Bad name.
Coercion example for spec, data-spec, Schema.
No Swagger generation or Malli!
Same as ring-example?
## pedestal-swagger
## pedestal
## ring-example
Coercion example for spec, data-spec, Schema.
No Swagger generation or Malli!
## ring-integrant
## ring-malli-swagger
Coercion with Malli and Swagger generation.
## ring-spec-swagger
Coercion with Spec and Swagger generation.