reitit

https://cljdoc.org/d/metosin/reitit/ https://github.com/metosin/reitit/
simongray 2020-11-25T17:14:39.359200Z

If I want something close to what Pedestal is, what libraries (that are not Pedestal) would I need to build that? Reitit offers somewhat Pedestal-like routing and there's interceptors in Sieppari, but what about e.g. the Pedestal service map abstraction, server integration? Is there a full stack that approximates Pedestal?

timo 2020-11-25T17:48:20.363200Z

Hello 👋 . I need operationIds for a thin client lib that auto generates the code based on swagger. I opened an issue 12 days ago: https://github.com/metosin/reitit/issues/451. What do you think? I made a small implementation for it as you can see in the corresponding PR. I am happy to discuss it. Thanks!

2020-11-25T20:07:10.364900Z

I remember seeing a project using lacinia with reitit. Does someone remember it too or am I imagining projects? 😅