ring
Here are 250 public repositories matching this topic...
-
Updated
Feb 8, 2017 - Java
-
Updated
Oct 28, 2020 - Swift
Swagger feature docstring (and spec?) places tags on route-data root:
https://github.com/metosin/reitit/blob/master/modules/reitit-swagger/src/reitit/swagger.cljc#L55
Examples place tags key under swagger:
https://github.com/metosin/reitit/blob/master/examples/ring-swagger/src/example/server.clj#L30
Both seem to generate proper swagger.json, but first one fails spec validation. Why? Sp
-
Updated
Dec 6, 2020 - Ring
-
Updated
Dec 5, 2020 - TypeScript
-
Updated
Nov 11, 2019 - Objective-C
-
Updated
Aug 21, 2020 - Clojure
-
Updated
May 23, 2020 - Clojure
-
Updated
Nov 8, 2020 - Clojure
-
Updated
Oct 4, 2018 - Clojure
-
Updated
Nov 20, 2020 - Python
-
Updated
Dec 5, 2020 - C
-
Updated
Jun 17, 2020 - Rust
-
Updated
Apr 7, 2020 - Clojure
-
Updated
Aug 20, 2020 - Clojure
Improve this page
Add a description, image, and links to the ring topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ring topic, visit your repo's landing page and select "manage topics."
Looks like it should be
"Not all child routes satisfy compojure.api.routes/Routing."
Maybe a fix could use
(str ::Routing)
or some derivative-Victor