Liking cljdoc? Tell your friends :D

monkey.ci.web.common


bodyclj

Retrieves request body

Retrieves request body
sourceraw docstring

default-idclj

(default-id _ _)
source

default-middlewareclj

source

entity-creatorclj

(entity-creator saver id-generator)

Request handler to create a new entity

Request handler to create a new entity
sourceraw docstring

entity-deleterclj

(entity-deleter get-id deleter)

Request handler to delete an entity

Request handler to delete an entity
sourceraw docstring

entity-getterclj

(entity-getter get-id getter)

Creates a generic request handler to retrieve a single entity by id

Creates a generic request handler to retrieve a single entity by id
sourceraw docstring

entity-updaterclj

(entity-updater get-id getter saver)

Request handler to update and existing entity

Request handler to update and existing entity
sourceraw docstring

exception-middlewareclj

source

from-rtclj

(from-rt req f)

Applies f to the request runtime

Applies `f` to the request runtime
sourceraw docstring

id-getterclj

(id-getter id-key)
source

make-appclj

(make-app router)
source

make-entity-endpointsclj

(make-entity-endpoints entity
                       {:keys [get-id getter saver new-id]
                        :or {new-id default-id}})

Creates default api functions for the given entity using the configuration

Creates default api functions for the given entity using the configuration
sourceraw docstring

make-muuntajaclj

(make-muuntaja)

Creates muuntaja instance with custom settings

Creates muuntaja instance with custom settings
sourceraw docstring

parse-jsonclj

(parse-json s)
source

req->rtclj

(req->rt req)

Gets the runtime from the request

Gets the runtime from the request
sourceraw docstring

req->storageclj

(req->storage req)

Retrieves storage object from the request context

Retrieves storage object from the request context
sourceraw docstring

run-build-asyncclj

(run-build-async rt build)

Starts the build in a new thread

Starts the build in a new thread
sourceraw docstring

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

× close