Liking cljdoc? Tell your friends :D

dgknght.app-lib.api-async


apply-body-fncljs

(apply-body-fn f)

Given a function that accepts a single argument, returns a transducing function that applies the given function either to the body of a response map or to each element in the body of the response map if the body is sequential.

This would be appropriate for option {:extract-body :after} or without the :extract-body option.

Given a function that accepts a single argument, returns a transducing
function that applies the given function either to the body of a
response map or to each element in the body of the response map if the
body is sequential.

This would be appropriate for option {:extract-body :after} or without
the :extract-body option.
sourceraw docstring

apply-fncljs

(apply-fn f)

Given a function that accepts a single argument, returns a transducing function that applies the given function either to each value as a whole, or each element of each values if the value is sequential.

This would be appropriate for use with option {:extract-body :before}

Given a function that accepts a single argument, returns a transducing
function that applies the given function either to each value as a whole,
or each element of each values if the value is sequential.

This would be appropriate for use with option {:extract-body :before}
sourceraw docstring

deletecljs

(delete path)
(delete path options)
source

getcljs

(get path)
(get path criteria)
(get path criteria options)
source

multipart-paramscljs

(multipart-params req params)
source

patchcljs

(patch path resource)
(patch path resource options)
source

pathcljs

(path & segments)
source

postcljs

(post path resource)
(post path resource options)
source

requestcljs

(request options)
source

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

× close