TypeScript SDK for the Mesa API.
Generated from the OpenAPI specification using @hey-api/openapi-ts.
npm install @mesadev/sdkimport { createClient } from "@mesadev/sdk";
const client = createClient({
baseUrl: "https://depot.mesa.dev/api/v1",
headers: {
Authorization: "Bearer YOUR_API_KEY",
},
});Apache-2.0