Leap0Client
Source: src/client/index.ts
Signature
Section titled “Signature”Leap0Client(config: Leap0ConfigInput = {})Overview
Section titled “Overview”Top-level Leap0 SDK client that exposes all service groups.
Throws
Section titled “Throws”Leap0Error: If config validation fails during client construction.
Examples
Section titled “Examples”const client = new Leap0Client({ apiKey: process.env.LEAP0_API_KEY! });const sandbox = await client.sandboxes.create({ templateName: "base" });Methods
Section titled “Methods”async close(): Promise<void>Closes the underlying transport.
Throws
Section titled “Throws”Leap0Error: If shutting down the transport fails.