headstart
headstart copied to clipboard
Generate models and endpoints from the middleware into the UI SDK
Look into generating models and endpoints from the middleware into the UI SDK
I have looked into a few options for generating the api layer and I am leaning towards ng-openapi-gen, however it would require a complete refactor of the current SDK project, so I am enquiring into the original tool used to minimise effort.
- ng-openapi-gen: An OpenAPI 3 code generator for Angular.
- ng-swagger-gen: A Swagger 2.0 code generator for Angular.
- swagger-angular-generator: Generate minimalistic TypeScript API layer for Angular with full type reflection of backend model.