Liking cljdoc? Tell your friends :D

snow.client


default-optsclj

source

deleteclj

(delete url)
(delete url opts)
source

getclj

(get url)
(get url opts)

simple json request

simple json request
sourceraw docstring

mclj

source

patchclj

(patch url)
(patch url opts)
source

postclj

(post url)
(post url {:keys [body headers] :as opts})

simple json post

simple json post
sourceraw docstring

prepare-json-bodyclj

(prepare-json-body {body :body :as opts})
source

putclj

(put url)
(put url {body :body :as opts})
source

read-jsonclj

(read-json json)
source

restclientclj

(restclient base-url)
(restclient base-url {:keys [api-key]})
source

write-jsonclj

(write-json json)
source

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

× close