1.32.2 • Published 4 months ago
@gdquest/evoliz-api v1.32.2
Evoliz Typescript API
Evoliz has an OpenAPI specification: https://evoliz.io/api-docs/api-docs.yaml?v=1745933431, but no typescript schemas.
This project generates the types through HeyApi
Generated items are:
- A fetch-like client:
./src/client.gen.ts
. - An SDK:
./src/sdk.gen.ts
- Typescript types:
./src/types.gen.ts
- Zod schemas:
./src/zod.gen.ts
How to build
Run
deno task build