This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-10
Channels
- # beginners (151)
- # cider (41)
- # cljdoc (7)
- # cljs-dev (6)
- # clojure (92)
- # clojure-dev (5)
- # clojure-italy (26)
- # clojure-losangeles (1)
- # clojure-nl (10)
- # clojure-russia (3)
- # clojure-spec (23)
- # clojure-uk (82)
- # clojurescript (56)
- # clojutre (1)
- # core-async (3)
- # cursive (15)
- # datomic (26)
- # editors (3)
- # emacs (3)
- # events (2)
- # figwheel-main (192)
- # fulcro (66)
- # leiningen (12)
- # mount (1)
- # off-topic (131)
- # portkey (6)
- # re-frame (38)
- # reagent (10)
- # reitit (7)
- # ring-swagger (55)
- # shadow-cljs (21)
- # spacemacs (11)
- # tools-deps (48)
[metosin/reitit "0.2.2"]
is out, with the interceptor addons. Rationale & links to samples in the 3-page docs: https://metosin.github.io/reitit/http/interceptors.html
👍 12
@ikitommi is it possible to coerce path params?
@levitanong sure, here’s an example (with ring): https://metosin.github.io/reitit/ring/coercion.html#full-example
@ikitommi so the reason i ask is, when i use clojure spec with ring, i get coerced body-params, but path-params are always strings
ok, will come up with a minimum repro.