Liking cljdoc? Tell your friends :D
Clojure only.

doccla.oth-client.generic


requestclj

(request opts method path)
(request opts method path params)
(request opts method path params body)

Make a generic request to the OTH API.

opts - Standard OTH client options map with :base-url and :auth method - HTTP method (:get, :post, :put, :delete) path - Path to append to base-url (or full URL) params - Optional map of query parameters body - Optional body for POST/PUT requests

Make a generic request to the OTH API.

opts - Standard OTH client options map with :base-url and :auth
method - HTTP method (:get, :post, :put, :delete)
path - Path to append to base-url (or full URL)
params - Optional map of query parameters
body - Optional body for POST/PUT requests
raw 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