William Cheng
William Cheng
Once the OpenAPI/Swagger spec is available, you may want to use [OpenAPI Generator](https://github.com/OpenAPITools/openapi-generator) to generate API clients, server stubs, documentation, and more. We also welcome contributions to add an Oat++...
I'll see what I can do in the coming week. Will keep you posted.
I've created https://github.com/OpenAPITools/openapi-generator/pull/7903 to start with.
FYI. Swagger spec 2.0 was renamed to OpenAPI spec 2.0. A new version OpenAPI spec v3 was released last year: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md. All the best to the good work you guys...
> What is to stop someone from assuming that Swagger-CodeGen has just been renamed to OpenApi-Generator? The existence of a fork of Swagger-Codegen is not a branding question. One of...
You may also consider using OpenAPI Generator to generate API clients in different programming languages. You may name the file as "openapi.json" or "openapi.yaml" instead as the Swagger specification has...
@kelvindso I've filed #173 to fix the issue. Please review when you've time.
can you please provide a spec to reproduce the issue?
@Ikelio thanks for the PR. Can we add the test spec mentioned in the issue to the csharp test spec so that we've this case covered moving forward? ``` "schema":...