-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to enable more language in swagger codegen? #5464
Comments
@ChandrakantRathod swagger codegen supports the following generators (client, server documentation).
which covers what you need except Visual Basic, "cURL", Raw (?) To add new client generator, https://github.com/swagger-api/swagger-codegen/wiki/How-to-add-a-generator-for-a-new-language-or-framework is a good starting point. |
I downloaded swagger codegen from github and setup project in my local system, also downloaded swagger-editor in my local system and map swagger codegen and swagger editor and when i generated client for html2 then i am able to see tabs of client code for only eight languages which i have mentioned in my question and as shown in the above image. I know that swagger support all the languages which you mentioned then my problem is why I can see client code for only eight languages? I want to enable rest of the languages which swagger support. So can you please suggest me how to enable/active rest of the languages, i mean which configuration and files i need to change? |
Thanks a lot for prompt reply...:) |
No problem. Let us know if you've further question or you want to work on the enhancement. |
Description
I have downloaded swagger codegen from Github. Currently its allow to generate only 8 languages for client code generation by default like below...
Curl, Java, Android, Obj-C, JavaScript, C#, PHP, Perl, Python
We want additional languages support like below...
Raw, cURL, Node.js, Ruby, Go, Visual Basic, Groovy, Swift
We want a rest of languages support for client code.
Do we need to change any configuration in the code to provide the rest of the languages?
or
Do we need to write client templates for rest the languages?
Can you please guide us? Prompt reply is highly appreciated
Swagger-codegen version
2.3.0 | Apr/May 2017 | 1.0, 1.1, 1.2, 2.0 | Minor release with breaking changes
The text was updated successfully, but these errors were encountered: