-
## Library Version(s)
``` clojure
[cheshire "5.7.1"]
[org.clojure/clojure "1.9.0"]
[metosin/compojure-api "2.0.0-alpha26"]
[ring/ring-mock "0.3.2"]
[ring "1.6.1"]
[metosin/spec-tools "0.7.2"]…
-
E.g. in https://metosin.github.io/reitit/ring/default_middleware.html, there's this example:
```clojure
(def app
(ring/ring-handler
(ring/router
["/fail" (fn [_] (throw (Exception. …
-
Hi @yogthos
I have a request from you regarding some guidance towards creation of Web APIs using `luminus-template` which needs to be authenticated via signed JWT .
I started off with the fol…
-
Regarding: https://metosin.github.io/reitit/ring/swagger.html: `create-swagger-handler` returns a Clojure map, but in the simple example, there's no Muuntaja or other response encoder. If you try to a…
-
There is `reitit.core/Expand` protocol, which in theory provides extension point for adding various types of handlers (etc). I have tried adding support for vars like that:
```
(extend-protocol ro…
-
https://github.com/metosin/reitit/commit/713dce4333047c0e4dc0056884f5b78ef2be762a (don't use wrap-params) broke the GET /math/plus example while it works correctly in https://github.com/metosin/reitit…
-
- https://groups.google.com/forum/m/#!topic/prismatic-plumbing/NWUnqbYhfac
- `schema-tools.core/Defaulted`
- coercion matcher for it
``` clj
(def coerce! (stc/coercer {:a (st/with-default s/Str "kikk…
-
Hi there,
I was just wondering if the spec regex ops on sequences are supported? I am seeing some interesting results when I try and perform encoding.
For example, given the following example da…
-
Hello folks!
It seems like the registration of data spec with `ds/spec` has stopped working, will write the versions I am using at the bottom and I am open to try things out.
Example:
```cloj…
-