Developer Tools
@plungeai/one-api
Planned: the typed TypeScript client for the execution planes. Today: generate a client from the spec.
Planned: not available yet. Tracked as TI-08.
What this will do
@plungeai/one-api will be a typed TypeScript client for the execution planes, published on npm. It is not on npm yet. Until then, generate a typed client from the OpenAPI spec.
npx openapi-typescript https://api.plungeai.com/v1/openapi.json -o src/plungeai-schema.d.ts
npm install openapi-fetchUse this today
OpenAPI Codegen
Generate typed clients from https://api.plungeai.com/v1/openapi.json (opens in a new tab).