diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..27134eb3 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,50 @@ +# Examples + +## buddy-auth +## frontend-auth +## frontend-controllers +## frontend-links +## frontend-prompt +## frontend-re-frame +## frontend +## 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. + +## ring-swagger + +Coercion with Spec and Swagger generation. Same as previous!