Liking cljdoc? Tell your friends :D

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

request-optsclj

(request-opts verb connection)

Return dict of processed arguments for use by request.

Return dict of processed arguments for use by request.
sourceraw docstring

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

× close