Open justinyoo opened 9 months ago
Like we can generate the API client in various languages, can we also add a feature to generate an API server stub in various languages?
Here's what SmartBear does with their product, Swagger Codegen: https://swagger.io/tools/swagger-codegen/
It's particularly useful when we design API first with an OpenAPI document, but there's not server-side code yet. With this feature, developers can easily create an API server app quickly and start adding their business logic inside.
I'm not sure whether it's the feature request for the VS Code extension or API Center itself, though.
Like we can generate the API client in various languages, can we also add a feature to generate an API server stub in various languages?
Here's what SmartBear does with their product, Swagger Codegen: https://swagger.io/tools/swagger-codegen/
It's particularly useful when we design API first with an OpenAPI document, but there's not server-side code yet. With this feature, developers can easily create an API server app quickly and start adding their business logic inside.