(extract-body response)
Return the body from an HTTP response, deserialized from JSON if applicable.
Return the body from an HTTP response, deserialized from JSON if applicable.
(request verb connection endpoint)
(request verb connection endpoint request-args)
Issue a request to the Zulip API. Accepted verbs are :GET, :POST, and :PATCH. Return a channel to which the response body will be written.
Issue a request to the Zulip API. Accepted verbs are :GET, :POST, and :PATCH. Return a channel to which the response body will be written.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close