Liking cljdoc? Tell your friends :D

transpriem-api.web.core


default-authentication-needed?clj


namespaces-to-loadclj


t-ring-apicljmacro

(t-ring-api routes
            &
            {:keys [authentication-type] :or {authentication-type token-auth}})

Create a Transpriem Ring API.

Create a Transpriem Ring API.
raw docstring

t-web-requestcljmacro

(t-web-request handler-fn
               &
               {:keys [authentication-needed?]
                :or {authentication-needed? default-authentication-needed?}})

Handle a Transpriem web request.

Handle a Transpriem web request.
raw docstring

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

× close