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!" });