(admin-auth ctx)
(enqueue-response ctx _)
(get-next-invocation runtime-api)
(get-next-request runtime-api)
(get-or-set cache key get-fn)
(get-token ctx)
(get-token-from-cache ctx)
(produce-compatible-error-response resp)
Because we rely on error on client we will replace :exception to :error
Because we rely on error on client we will replace :exception to :error
(send-error {:keys [api invocation-id from-api req] :as ctx} body)
(send-success {:keys [api invocation-id from-api] :as ctx} body)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close