swagger-codegen
swagger-codegen copied to clipboard
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
##### Description swagger code gen ultimately depends on `com.atlassian.com:base-pom:5.0.13` which is licensed under https://www.atlassian.com/legal/atlassian-customer-agreement and doesn't seem to be compatible with apache 2.0 ##### Swagger-codegen version 3.0.54 ##### Dependency Chain...
### PR checklist - [x] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [x] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change. (For instance,...
Currently, every time we generate new classes, the following headers is added to the class: ``` @javax.annotation.Generated(value = "class io.swagger.codegen.languages.SpringMVCServerCodegen", date = "2016-05-11T11:35:54.190-04:00") ``` Git picks up the change in...
##### Description When trying to use the ApiClient class generated, I get an error, "No such file or directory". Upon further investigation, it appears this is occurring because the client...
##### Description I am working with a third party to convert their schema to Java. Unfortunately, the way they have done their enums has rendered them nearly unusable in Java....
in the petstore.json, the file is marked as required false ``` ... "/pet/{petId}/uploadImage": { "post": { "tags": [ "pet" ], "summary": "uploads an image", "description": "", "operationId": "uploadFile", "consumes": [...
##### Description 'csharp' and 'csharp-dotnet2' codegens are obsolete to say the least. While i do like very much what other parts of swagger-codegen-cli generate (as its default conventions and infrastructure...
##### Description We are using objects in query parameters for a get operations, when we call the service, object parameters are not serialized as expected. The toString method is call...
The + sign would not get encoded, but decoded, resulting in a space, which in turn resulted in invalid parameters on the server side. This should fix this issue https://github.com/swagger-api/swagger-codegen/issues/7747....
##### Description The query parameter contain Germany character (more specific, the character ß) is not encoded when we send the request ##### Swagger-codegen version 3.0.20 ##### Command line used for...