swagger-api / swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
http://swagger.io
Apache License 2.0
16.81k stars 6.02k forks source link

Which server languages does Swagger-codegen support? #10970

Open WANGMUXIAN opened 3 years ago

WANGMUXIAN commented 3 years ago
Description

1、https://github.com/swagger-api/swagger-codegen and https://github.com/swagger-api/swagger-codegen/wiki/Server-stub-generator-HOWTO say server support languages not same,which right?

111 222

2、https://editor.swagger.io/, this page show generate server languages is not always the same, why?

333 444

3、I use "swagger-codegen generate -i https://petstore.swagger.io/v2/swagger.json -l pistache-server -o ." and get a error, but I sometime can download pistache-server code in https://editor.swagger.io/, why?

555
Swagger-codegen version

3.0.25

MagnusNilsson11 commented 1 year ago

I agree, very confusing. I also love how you need to create exceptions to get a list of the languages. Should be available from the help menu one would think.