microsoft / vscode-azureapicenter

MIT License
13 stars 8 forks source link

Feature request: Generate API Server Stub #40

Open justinyoo opened 6 months ago

justinyoo commented 6 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.

justinyoo commented 6 months ago

I'm not sure whether it's the feature request for the VS Code extension or API Center itself, though.