doc the new module

This commit is contained in:
Tommi Reiman 2018-09-08 10:57:32 +03:00
parent 3890e68100
commit 5698c8861b
2 changed files with 4 additions and 0 deletions

View file

@ -33,6 +33,7 @@ There is [#reitit](https://clojurians.slack.com/messages/reitit/) in [Clojurians
* `reitit-swagger-ui` Integrated [Swagger UI](https://github.com/swagger-api/swagger-ui)
* `reitit-frontend` Tools for [frontend routing]((https://metosin.github.io/reitit/frontend/basics.html))
* `reitit-http` http-routing with Pedestal-style Interceptors
* `reitit-interceptors` - [common interceptors](https://metosin.github.io/reitit/http/default_interceptors.html) for `reitit-http`
* `reitit-sieppari` support for [Sieppari](https://github.com/metosin/sieppari) Interceptors
## Latest version
@ -65,6 +66,7 @@ Optionally, the parts can be required separately:
;; http with interceptors
[metosin/reitit-http "0.2.1"]
[metosin/reitit-interceptors "0.2.1"]
[metosin/reitit-sieppari "0.2.1"]
```

View file

@ -24,6 +24,7 @@ Modules:
* `reitit-swagger-ui` Integrated [Swagger UI](https://github.com/swagger-api/swagger-ui).
* `reitit-frontend` Tools for [frontend routing](frontend/basics.md)
* `reitit-http` http-routing with Pedestal-style Interceptors
* `reitit-interceptors` - [common interceptors](./http/default_interceptors.md) for `reitit-http`
* `reitit-sieppari` support for [Sieppari](https://github.com/metosin/sieppari) Interceptors
## Latest version
@ -56,6 +57,7 @@ Optionally, the parts can be required separately:
;; http with interceptors
[metosin/reitit-http "0.2.1"]
[metosin/reitit-interceptors "0.2.1"]
[metosin/reitit-sieppari "0.2.1"]
```