@duitmyself/api-contract
v0.1.0
Published
Schemas, lane registry, and OpenAPI contract for the DuitMyself Public API.
Readme
@duitmyself/api-contract
Schemas, lane registry, and generated OpenAPI contract for the DuitMyself Public API.
- Docs: https://docs.duitmyself.com
- OpenAPI JSON: https://docs.duitmyself.com/openapi.json
Install
pnpm add @duitmyself/api-contractUse
import { OPENAPI_DOCUMENT, AccountSchema } from "@duitmyself/api-contract";
import rawOpenApi from "@duitmyself/api-contract/openapi.json";