This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-06-05
Channels
- # aleph (4)
- # announcements (2)
- # aws (37)
- # babashka (20)
- # beginners (105)
- # calva (30)
- # cider (6)
- # clerk (8)
- # cljs-dev (2)
- # clojars (8)
- # clojure (18)
- # clojure-brasil (1)
- # clojure-europe (25)
- # clojure-nl (1)
- # clojure-norway (21)
- # clojure-sweden (7)
- # clojure-uk (5)
- # clr (2)
- # cursive (37)
- # datalevin (2)
- # emacs (6)
- # events (2)
- # graalvm (35)
- # graphql (1)
- # hyperfiddle (3)
- # lsp (4)
- # malli (1)
- # off-topic (7)
- # pedestal (7)
- # practicalli (8)
- # reitit (5)
- # releases (4)
- # remote-jobs (1)
- # shadow-cljs (15)
- # xtdb (19)
X-posting a bit from my #C053AK3F9 post, but is there content anywhere about integrating an Aleph server with OpenAPI?
Hi! Not that I'm aware of but note that Aleph is compatible with ring
, so perhaps looking for content under that keyword helps.
🙌 1
OpenAPI/Swagger operate at a different level than Aleph. For the most part, each Aleph server gets a single handler, that knows nothing about routing. You need to add a router. I personally suggest https://github.com/metosin/reitit