Code Generation
JavaScript / TypeScript Example
npm install -D openapi-typescript-codegen{
"scripts": {
"generate:akkio": "openapi --input https://api.akkio.com/api/v1/api.yaml --output generated/"
}
}Last updated
Was this helpful?