Liking cljdoc? Tell your friends :D

okapi.api.server


make-handlerclj

(make-handler &
              {:keys [routes middleware swagger-root-path]
               :or {swagger-root-path "/swagger"}
               :as options})

make-routerclj

(make-router & {:keys [routes middleware] :as options})

start-serverclj

(start-server
  &
  {:keys [port metrics-path]
   :or {port 8080 metrics-path (:metrics-path routes/technical-route-defaults)}
   :as options})

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close