mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Update docs
This commit is contained in:
parent
b7302a236a
commit
a9b0a2ef73
2 changed files with 8 additions and 2 deletions
|
|
@ -69,6 +69,11 @@
|
||||||
(swagger-ui/create-swagger-ui-handler {:path "/"}))
|
(swagger-ui/create-swagger-ui-handler {:path "/"}))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## `reitit-middleware`
|
||||||
|
|
||||||
|
* A new module with common data-driven middleware: exception handling, content negotiation & multipart requests. See [the docs](https://metosin.github.io/reitit/ring/default_middleware.html).
|
||||||
|
|
||||||
|
|
||||||
## `reitit-swagger-ui`
|
## `reitit-swagger-ui`
|
||||||
|
|
||||||
* **BREAKING**: pass swagger-ui `:config` as-is (instead of mixed-casing keys) to swagger-ui, fixes [#109](https://github.com/metosin/reitit/issues/109):
|
* **BREAKING**: pass swagger-ui `:config` as-is (instead of mixed-casing keys) to swagger-ui, fixes [#109](https://github.com/metosin/reitit/issues/109):
|
||||||
|
|
|
||||||
|
|
@ -20,11 +20,12 @@ See the [full documentation](https://metosin.github.io/reitit/) for details.
|
||||||
## Modules
|
## Modules
|
||||||
|
|
||||||
* `reitit-core` - the routing core
|
* `reitit-core` - the routing core
|
||||||
* [`reitit-ring`](https://metosin.github.io/reitit/ring/ring.html) with [data-driven middleware](https://metosin.github.io/reitit/ring/data_driven_middleware.html)
|
* `reitit-ring` - a [ring router](https://metosin.github.io/reitit/ring/ring.html)
|
||||||
|
* `reitit-middleware` - [common data-driven middleware](https://metosin.github.io/reitit/ring/default_middleware.html) for `reitit-ring`
|
||||||
* `reitit-spec` [clojure.spec](https://clojure.org/about/spec) coercion
|
* `reitit-spec` [clojure.spec](https://clojure.org/about/spec) coercion
|
||||||
* `reitit-schema` [Schema](https://github.com/plumatic/schema) coercion
|
* `reitit-schema` [Schema](https://github.com/plumatic/schema) coercion
|
||||||
* `reitit-swagger` [Swagger2](https://swagger.io/) apidocs
|
* `reitit-swagger` [Swagger2](https://swagger.io/) apidocs
|
||||||
* `reitit-swagger-ui` Integrated [Swagger UI](https://github.com/swagger-api/swagger-ui).
|
* `reitit-swagger-ui` Integrated [Swagger UI](https://github.com/swagger-api/swagger-ui)
|
||||||
|
|
||||||
Bubblin' under:
|
Bubblin' under:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue