@mesadev/rest
v0.3.3
Published
TypeScript REST SDK for the Mesa API
Keywords
Readme
@mesadev/rest
TypeScript REST SDK for the Mesa API.
Generated from the OpenAPI specification using @hey-api/openapi-ts.
Installation
npm install @mesadev/restUsage
import { createClient } from "@mesadev/rest";
const client = createClient({
baseUrl: "https://depot.mesa.dev/api/v1",
headers: {
Authorization: "Bearer YOUR_API_KEY",
},
});License
Apache-2.0
