Skip to content

mesa-dot-dev/sdk-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@mesadev/sdk

TypeScript SDK for the Mesa API.

Generated from the OpenAPI specification using @hey-api/openapi-ts.

Installation

npm install @mesadev/sdk

Usage

import { createClient } from "@mesadev/sdk";

const client = createClient({
  baseUrl: "https://depot.mesa.dev/api/v1",
  headers: {
    Authorization: "Bearer YOUR_API_KEY",
  },
});

License

Apache-2.0

About

TypeScript SDK for the Mesa API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors