William Cheng

Results 983 comments of William Cheng

@parenko thanks for the PR, which has been merged into the master.

The Ruby API client generated by [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) (latest master) also comes with auto-generated documentation (markdown). Here is an example: https://github.com/wing328/petstore-ruby. Please let us know if you've any feedback via...

Thanks Matt :)

Looks like the cpp-restsdk client generator doesn't support `set` at the moment. We welcome contributions or sponsorships for a fix.

For those who need to fallback to previous naming convention, please use the enum name mapping option: https://github.com/openapitools/openapi-generator/blob/master/docs/customization.md#name-mapping

another way is to use the modelNameMappings option to rename the schema "File" to something else (e.g. ModelFile) ref: https://github.com/openapitools/openapi-generator/blob/master/docs/customization.md#name-mapping

would it be possible to create a minimal spec to reproduce the issue? the spec you shared is pretty large and not easy to reproduce the issue

Hi folks, I've added better support of allOf, anyOf and oneOf via #1360. Please give it a try and let us know if you've any feedback. Clearly, some works need...

Heys, can you guys please try the branch "improve-java" (https://github.com/OpenAPITools/openapi-generator/tree/improve-java) ? I've only added oneOf support but anyOf support can be easily added if you guys are ok with my...