(match-route router method path {:as _opts :keys [path-params-key]})
Matches method
path
on router
Matches `method` `path` on `router`
(router {:as _schema :keys [openapi-schema]}
openapi-handlers
&
{:as _opts :keys [extra-routes]})
Creates a reitit router that matches by method/path for a given schema
.
extra-routes
can be passed to add non openapi centric routes to the routing
table
Creates a reitit router that matches by method/path for a given `schema`. `extra-routes` can be passed to add non openapi centric routes to the routing table
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close