(entity-creator saver id-generator)
Request handler to create a new entity
Request handler to create a new entity
(entity-deleter get-id deleter)
Request handler to delete an entity
Request handler to delete an entity
(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
(entity-updater get-id getter saver)
Request handler to update and existing entity
Request handler to update and existing entity
(from-rt req f)
Applies f
to the request runtime
Applies `f` to the request runtime
(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
(make-muuntaja)
Creates muuntaja instance with custom settings
Creates muuntaja instance with custom settings
(req->rt req)
Gets the runtime from the request
Gets the runtime from the request
(req->storage req)
Retrieves storage object from the request context
Retrieves storage object from the request context
(run-build-async rt build)
Starts the build in a new thread
Starts the build in a new thread
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close