Liking cljdoc? Tell your friends :D

cral.utils.utils


call-restclj

(call-rest method url ticket)
(call-rest method url ticket req)
(call-rest method url ticket req opts)
source

camel-caseclj

(camel-case s)

Turn a kebab-case string into camelCase.

Turn a kebab-case string into camelCase.
sourceraw docstring

camel-case-keywordize-keysclj

(camel-case-keywordize-keys m)

Recursively transforms all map keys from kebab-case to camelCase and keywordize them.

Recursively transforms all map keys from kebab-case to camelCase and keywordize them.
sourceraw docstring

camel-case-stringify-keysclj

(camel-case-stringify-keys m)

Recursively transforms all map keys from kebab-case to camelCase and stringify them.

Recursively transforms all map keys from kebab-case to camelCase and stringify them.
sourceraw docstring

ex-responseclj

(ex-response e)

Build a response from a client exception.

Build a response from a client exception.
sourceraw docstring

join-vector-valsclj

(join-vector-vals m)

Recursively transforms all map vector values to comma separated string.

Recursively transforms all map vector values to comma separated string.
sourceraw docstring

kebab-caseclj

(kebab-case s)

Turn a camelCase string into kebab-case.

Turn a camelCase string into kebab-case.
sourceraw docstring

kebab-keywordize-keysclj

(kebab-keywordize-keys m)

Recursively transforms all map keys from camelCase to kebab-case and keywordize them.

Recursively transforms all map keys from camelCase to kebab-case and keywordize them.
sourceraw docstring

ok-responseclj

(ok-response r return-headers)

Build a successful response.

Build a successful response.
sourceraw docstring

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

× close