Liking cljdoc? Tell your friends :D
Clojure only.

clojure-zulip.client


extract-bodyclj

(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.
sourceraw docstring

requestclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close