(expand x)(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.
(http-request route
&
{:keys [params testing? key secret as-is?]
:or {params {} testing? false key nil secret nil as-is? false}})(parse-instrument instrument)(send deribit-ws route & [params & {:keys [id] :or {id nil}}])(ws-client &
{:keys [key secret handlers testing? as-is?]
:or {key nil secret nil handlers {} testing? false as-is? false}})(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |