Liking cljdoc? Tell your friends :D

c3kit.wire.apic


conform-responseclj/s

(conform-response response)

errorclj/s

(error)
(error payload)
(error payload msg)

An unexpected exception was thrown while processing the request.

An unexpected exception was thrown while processing the request.
raw docstring

error?clj/s

(error? response)

failclj/s

(fail)
(fail payload)
(fail payload msg)

The request failed for anticipated reasons.

The request failed for anticipated reasons.
raw docstring

fail?clj/s

(fail? response)

first-flashclj/s

(first-flash response)

first-flash-textclj/s

(first-flash-text response)

flash-errorclj/s

(flash-error response msg)

flash-levelclj/s

(flash-level response n)

flash-successclj/s

(flash-success response msg)

flash-textclj/s

(flash-text response n)

flash-warnclj/s

(flash-warn response msg)

okclj/s

(ok)
(ok payload)
(ok payload msg)

The request was processed without a hitch.

The request was processed without a hitch.
raw docstring

ok?clj/s

(ok? response)

payloadclj/s

(payload response)

redirectclj/s

(redirect uri)
(redirect uri msg)

redirect?clj/s

(redirect? response)

response-schemaclj/s


statusclj/s

(status response)

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

× close