Core System API documentation.
Please install Node.js and pnpm first.
pnpm installation:
npm install --global corepack@latest
corepack enable pnpmpnpm iYou need to compile after editing to preview.
pnpm buildOther Commands
pnpm formatpnpm compilepnpm yaakYou need to compile OpenAPI before compiling Yaak
pnpm cleanThe output files will be in tsp-output/schema/openapi.yaml. You can preview using:
- Scalar - Just open the index.html file below.
- Swagger UI - Just open the swagger.html file below.
- Prism - For API documentation preview and testing. Run
pnpm startand open http://localhost:4010. - Yaak - Import the
yaakfolder.