@tsumugi-chan/client
v1.0.9
Published
TypeScript client for Tsumugi API
Readme
@tsumugi-chan/client
Auto-generated TypeScript client for the Tsumugi.
Install
npm install @tsumugi-chan/clientUsage
import { Configuration, ProjectsApi } from "@tsumugi-chan/client";
const config = new Configuration({
basePath: "https://api.tsumugi-chan.com",
headers: {
Authorization: `Bearer ${token}`,
},
});
const projectsApi = new ProjectsApi(config);
const projects = await projectsApi.getProjects();About
This package is auto-generated from the Tsumugi backend OpenAPI specification using openapi-generator (typescript-fetch).
Do not edit the generated source code directly. Changes will be overwritten on the next release.
License
MIT
