CLIPubsub
Pubsub
2 `hanzo` commands for Pubsub, each calling one operation on api.hanzo.ai.
Package pubsub is your message bus: publish, subscribe, and durable streams your apps read at their own pace.
2 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo pubsub publish | POST /v1/pubsub/publish | Publish puts one message on the org's bus. |
hanzo pubsub request | POST /v1/pubsub/request | Request sends one request on the org's bus and waits for one reply — the synchronous half of pub/sub, for callers… |
How is this guide?