-
Originally reported as metosin/reitit#632. Moving it here because it's a malli bug.
Similar to metosin/reitit#407, except that the maps are closed and contain optional keys. For example,
```clj
…
-
I am able to reliably reproduce the error when adding konserve as dependency to a lein reagent project:
```
Syntax error compiling at (konserve/filestore.clj:585:25).
Unable to resolve symbol: ke…
-
Currently, [a third party](https://github.com/r0man/ring-cors) mw/interceptor is needed for CORS. There should be a fast default mw & interceptor for this. Those could be configured either via route d…
-
Swagger feature docstring (and spec?) places tags on route-data root:
https://github.com/metosin/reitit/blob/master/modules/reitit-swagger/src/reitit/swagger.cljc#L55
Examples place tags key und…
-
Hi!
I hope you can help me with the following.
I'm using `clojure.spec.alpha/or` to define a route that takes one of two maps as the request body. The maps don't have the same key set. I've found th…
-
Hello,
What about making the schema backend pluggable just like the HTTP client one? Would be nice to support Clojure spec and malli, for example:
https://github.com/metosin/malli
-
## Library Version(s)
```clojure
[metosin/compojure-api "2.0.0-alpha31"]
[metosin/spec-tools "0.10.4"]
```
## Problem
I can't seem to find a standard way to generate OpenAPI specification fr…
-
Steps to reproduce:
1. clone reitit: `git clone https://github.com/metosin/reitit.git`
2. go to the ring spec swagger: `cd reitit/examples/ring-spec-swagger`
3. modify project.clj to configure ri…
-
Hi,
for that example https://github.com/metosin/reitit/tree/master/examples/pedestal-swagger , if x is int? and y is int? everything works as expected, if i pass anything else the total example brok…
-
Hi folks
The following code does not behave as expected.
```
(def test-handler
(ring/ring-handler
(ring/router [["/openapi.json"
{:get {:no-doc true
…