This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-21
Channels
- # announcements (3)
- # aws (8)
- # babashka (14)
- # beginners (39)
- # biff (22)
- # cider (5)
- # clj-kondo (1)
- # cljs-dev (12)
- # cljsjs (4)
- # clojure (16)
- # clojure-europe (47)
- # clojure-germany (6)
- # clojure-uk (2)
- # clojurescript (36)
- # core-async (29)
- # cursive (19)
- # datalevin (14)
- # etaoin (10)
- # helix (1)
- # hyperfiddle (4)
- # introduce-yourself (5)
- # kaocha (43)
- # keechma (1)
- # lsp (7)
- # nbb (68)
- # new-channels (1)
- # off-topic (12)
- # pathom (11)
- # quil (14)
- # rdf (3)
- # re-frame (5)
- # reitit (6)
- # shadow-cljs (88)
Does anybody know if there's a library that can take a backend's reitit routes and generate a client for the frontend, where you can for example call the endpoints by their keyword name.
have you tried reitit swagger middleware and then use swagger codegen? https://swagger.io/tools/swagger-codegen/
I don't know if I did something wrong. I'm trying to coerce a path param in the frontend router from string
to uuid
and i get coercion failed. Similar code works in backend. Is it because string->uuid coercion only in jvm side?
Hi, I'm using nested controllers in my app and it seems like the :stop
controller isn't working for me. Not sure if I'm doing something wrong or if there's an issue with it