I'd like to use sieppari interceptors in my cljs reitit router, but I'm getting this: "reitit/interceptor/sieppari.clj" was found on the classpath. Maybe this library only supports CLJ?
It looks like sieppari does support cljs, is the reitit-bundled executor clj only? I'm going to try pulling in sieppari on its own and see if that works
ok, that works fine
wait, I spoke too soon, the interceptors don't actually seem to be triggered this way
Made this tiny lib: https://github.com/lispyclouds/navi Converts OpenAPI route definitions to Reitit routes using Malli coercion. Quite experimental and work in progress, so not yet ready for serious use 😅 Hopefully is useful to some of you! 😄 cc @ikitommi
@rahul080327 great experiment 🙂
cool stuff :thumbsup: been wanting to do the same thing
Thanks! Please do have some suggestions and improvements that i can try, its mostly driven by my needs currently