1.1.0 • Published 1 year ago
@sailhouse/client v1.1.0
Sailhouse Client ⛵
The Sailhouse Client provides an idomatic abstraction over the Sailhouse HTTP API.
Basic Use
const token = "sh_" // ......
const client = new SailhouseClient(token);
await client.sendEvent("test-event", { message: "Hello World!" });