Liking cljdoc? Tell your friends :D

full.http.client


connection-error-statusclj

source

create-json-response-parserclj

(create-json-response-parser json-key-fn)
source

http-timeoutclj

source

json-body?clj

(json-body? body)
source

kebab-case-json-response-parserclj

source

log-debugcljmacro

(log-debug status & message)
source

log-errorcljmacro

(log-error status & message)
source

log-warncljmacro

(log-warn status & message)
source

loggerclj

(logger status)
source

raw-json-response-parserclj

source

req>clj

(req> {:keys [base-url resource url method params body headers basic-auth
              timeout form-params body-json-key-fn response-parser oauth-token
              follow-redirects? as files out-chan]
       :or {method (if (json-body? body) :post :get)
            body-json-key-fn ->camelCase
            response-parser kebab-case-json-response-parser
            follow-redirects? true
            as :auto}})

Performs asynchronous API request. Always returns result channel which will return either response or exception.

Performs asynchronous API request. Always returns result channel which will
return either response or exception.
sourceraw docstring

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

× close