(create! domain-type ids company-id & {:as options})
Publishes a create
event for the specified documents.
Publishes a `create` event for the specified documents.
(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)`.
(update! domain-type ids company-id & {:as options})
Publishes an update
event for the specified documents.
Publishes an `update` event for the specified documents.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close