(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 :errorcljdoc 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 |