The Sailhouse Client provides an idomatic abstraction over the Sailhouse HTTP API.
const token = "sh_" // ......
const client = new SailhouseClient(token);
await client.publish("test-event", { message: "Hello World!" });| Name | Name | Last commit date | ||
|---|---|---|---|---|
The Sailhouse Client provides an idomatic abstraction over the Sailhouse HTTP API.
const token = "sh_" // ......
const client = new SailhouseClient(token);
await client.publish("test-event", { message: "Hello World!" });