mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
no wip
This commit is contained in:
parent
015eccd115
commit
d3baab9476
5 changed files with 9 additions and 9 deletions
|
|
@ -32,8 +32,8 @@ There is [#reitit](https://clojurians.slack.com/messages/reitit/) in [Clojurians
|
|||
* `reitit-swagger` [Swagger2](https://swagger.io/) apidocs
|
||||
* `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 (WIP)
|
||||
* `reitit-sieppari` support for [Sieppari](https://github.com/metosin/sieppari) Interceptors (WIP)
|
||||
* `reitit-http` http-routing with Pedestal-style Interceptors
|
||||
* `reitit-sieppari` support for [Sieppari](https://github.com/metosin/sieppari) Interceptors
|
||||
|
||||
## Latest version
|
||||
|
||||
|
|
@ -63,7 +63,7 @@ Optionally, the parts can be required separately:
|
|||
;; frontend helpers
|
||||
[metosin/reitit-frontend "0.2.1"]
|
||||
|
||||
;; http with interceptors (WIP)
|
||||
;; http with interceptors
|
||||
[metosin/reitit-http "0.2.1"]
|
||||
[metosin/reitit-sieppari "0.2.1"]
|
||||
```
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@ Modules:
|
|||
* `reitit-swagger` [Swagger2](https://swagger.io/) apidocs
|
||||
* `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 (WIP)
|
||||
* `reitit-sieppari` support for [Sieppari](https://github.com/metosin/sieppari) Interceptors (WIP)
|
||||
* `reitit-http` http-routing with Pedestal-style Interceptors
|
||||
* `reitit-sieppari` support for [Sieppari](https://github.com/metosin/sieppari) Interceptors
|
||||
|
||||
## Latest version
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ Optionally, the parts can be required separately:
|
|||
;; frontend helpers
|
||||
[metosin/reitit-frontend "0.2.1"]
|
||||
|
||||
;; http with interceptors (WIP)
|
||||
;; http with interceptors
|
||||
[metosin/reitit-http "0.2.1"]
|
||||
[metosin/reitit-sieppari "0.2.1"]
|
||||
```
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
* [Basics](frontend/basics.md)
|
||||
* [Browser integration](frontend/browser.md)
|
||||
* [Controllers (WIP)](frontend/controllers.md)
|
||||
* [Controllers](frontend/controllers.md)
|
||||
|
||||
## HTTP
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
["Frontend" {}
|
||||
["Basics" {:file "doc/frontend/basics.md"}]
|
||||
["Browser integration" {:file "doc/frontend/browser.md"}]
|
||||
["Controllers (WIP)" {:file "doc/frontend/controllers.md"}]]
|
||||
["Controllers" {:file "doc/frontend/controllers.md"}]]
|
||||
["HTTP" {}
|
||||
["Interceptors" {:file "doc/http/interceptors.md"}]
|
||||
["Default Interceptors" {:file "doc/http/default_interceptors.md"}]]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Controllers (WIP)
|
||||
# Controllers
|
||||
|
||||
* https://github.com/metosin/reitit/tree/master/examples/frontend-controllers
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue