Liking cljdoc? Tell your friends :D

auth0-automation.util


deserializeclj

(deserialize json)

Deserialze json into kebab-case keyed edn

Deserialze `json` into kebab-case keyed edn
sourceraw docstring

dissoc-inclj

(dissoc-in m [k & ks])

Perform a dissoc into a nested structure, with the same semantics as assoc-in

Perform a dissoc into a nested structure, with the same semantics as assoc-in
sourceraw docstring

http-getclj

(http-get url token)

Perform and HTTP get at url, using token for authz. Assumes a json response, and converts it to kebab-case key edn

Perform and HTTP get at `url`, using `token` for authz.
Assumes a json response, and converts it to kebab-case key edn
sourceraw docstring

http-helperclj

(http-helper http-fn {:keys [url body token]})

A helper that captures what is common to all http requests

NOTE: The Auth0 http requests return status codes in their bodies on failure, and this is relied on, at least for the moment.

A helper that captures what is common to all http requests

NOTE: The Auth0 http requests return status codes in their bodies on failure,
and this is relied on, at least for the moment.
sourceraw docstring

http-patchclj

(http-patch url body token)

Perform an HTTP patch at url, with body, using token for authz. Assumes a json response, and converts it to kebab-case key edn

Perform an HTTP patch at `url`, with `body`, using `token` for authz.
Assumes a json response, and converts it to kebab-case key edn
sourceraw docstring

http-postclj

(http-post url body token)

Perform an HTTP post at url, with body, using token for authz. Assumes a json response, and converts it to kebab-case key edn

Perform an HTTP post at `url`, with `body`, using `token` for authz.
Assumes a json response, and converts it to kebab-case key edn
sourceraw docstring

load-edn-configclj

(load-edn-config env-config)

Use the env-config to locate the edn-config filepath, and read it in

Use the `env-config` to locate the `edn-config` filepath, and read it in
sourceraw docstring

serializeclj

(serialize edn)

Serialze edn into json

Serialze `edn` into json
sourceraw docstring

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

× close