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 is a website building & hosting documentation for Clojure/Script libraries

× close