Liking cljdoc? Tell your friends :D

polvo.utils.deribit


expandclj

(expand x)

http-clientclj

(http-client & options)

A closure over fn request allowing to provide default args for testing? api-key, api-secret and as-is? Returning function may be called with a param map or named args.

A closure over fn request allowing to provide default args for testing? api-key, api-secret and as-is?
Returning function may be called with a param map or named args.
raw docstring

http-requestclj

(http-request route
              &
              {:keys [params testing? key secret as-is?]
               :or {params {} testing? false key nil secret nil as-is? false}})

parse-instrumentclj

(parse-instrument instrument)

routesclj


sendclj

(send deribit-ws route & [params & {:keys [id] :or {id nil}}])

ws-clientclj

(ws-client &
           {:keys [key secret handlers testing? as-is?]
            :or {key nil secret nil handlers {} testing? false as-is? false}})

ws-requestclj

(ws-request
  client
  route
  &
  {:keys [params id testing? key secret as-is?]
   :or {params {} id nil testing? false key nil secret nil as-is? false}})

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

× close