Liking cljdoc? Tell your friends :D
Clojure only.

com.timezynk.useful.httpbus


create!clj

(create! domain-type ids company-id & {:as options})

Publishes a create event for the specified documents.

Publishes a `create` event for the specified documents.
raw docstring

send!clj

(send! payload company-id & {:as options})

Sends payload to the httpbus WebSocket. Authorizes on the basis of company-id and (:role options).

Sends `payload` to the httpbus WebSocket.
Authorizes on the basis of `company-id` and `(:role options)`.
raw docstring

update!clj

(update! domain-type ids company-id & {:as options})

Publishes an update event for the specified documents.

Publishes an `update` event for the specified documents.
raw docstring

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

× close