Liking cljdoc? Tell your friends :D

compojure.api.routes


createclj

(create path method info childs handler)
source

fail-on-invalid-child-routesclj

(fail-on-invalid-child-routes handler invalid-childs)
source

filter-routesclj

(filter-routes {:keys [childs] :as handler} {:keys [invalid-routes-fn]})
source

get-routesclj

(get-routes handler)
(get-routes handler options)
source

log-invalid-child-routesclj

(log-invalid-child-routes handler invalid-childs)
source

non-nil-routesclj

(non-nil-routes endpoint)
source

path-forcljmacro

(path-for route-name & [params])

Extracts the lookup-table from request and finds a route by name.

Extracts the lookup-table from request and finds a route by name.
sourceraw docstring

path-for*clj

(path-for* route-name request & [params])

Extracts the lookup-table from request and finds a route by name.

Extracts the lookup-table from request and finds a route by name.
sourceraw docstring

ring-swagger-pathsclj

(ring-swagger-paths routes)
source

route-lookup-tableclj

(route-lookup-table routes)
source

Routingcljprotocol

-get-routesclj

(-get-routes handler options)
source

strip-no-doc-endpointsclj

(strip-no-doc-endpoints endpoint)

Endpoint transformer, strips all endpoints that have :x-no-doc true.

Endpoint transformer, strips all endpoints that have :x-no-doc true.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close