Liking cljdoc? Tell your friends :D

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

delete!clj

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

Publishes an delete event for the specified documents.

Publishes an `delete` 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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close