Liking cljdoc? Tell your friends :D
Clojure only.

resend-clojure.internal.request


do-requestclj

(do-request client method path body)

Executes an HTTP request using the given client and parameters.

Parameters: :method – :get | :post | :patch | :put | :delete :path – string path to append to the base URL (e.g. "/emails") :body – request body (string) or nil

Returns a map with either {:data … :error nil} or {:data nil :error

Executes an HTTP request using the given client and parameters.

Parameters:
  :method  – :get | :post | :patch | :put | :delete
  :path    – string path to append to the base URL (e.g. "/emails")
  :body    – request body (string) or nil

Returns a map with either {:data … :error nil} or {:data nil :error
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close