William Cheng
William Cheng
we just released v5.1.0 (https://twitter.com/oas_generator/status/1373636654024380423). can you give it a try to see if you're still facing the same issue?
Here is an example no how to use .openapi-generator-ignore: https://github.com/OpenAPITools/openapi-generator/blob/master/samples/client/petstore/csharp-netcore/OpenAPIClientCore/.openapi-generator-ignore#L3
thanks for the PR with name mapping option for fallback, can this PR target upcoming minor release (breaking with fallback allowed)? ref: https://github.com/openapitools/openapi-generator/blob/master/docs/customization.md#name-mapping
have you tried other generators to see if the same issue persists? can you please also share a spec so that the community can more easily reproduce the issue and...
> In both cases all HTTP calls have been generated correctly. if that's the case, I don't have much clue why k6 generator skips some operations off the top of...
Currently, only `java` client (`jersey2` library) generator has better support for oneOf and anyOf. Please give it a try to see if you've any feedback on the implementation.
> Is it about this one -> https://notes.sjtu.edu.cn/s/2_yki_2Xq ? I'm having hard time understanding how's that a vulnerability. Isn't like saying that wget has a SSRF vulnerability because when you...
i did a test with the latest master of the online openapi generator ```sh % curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' \ -d '{"openAPIUrl": "http://localhost/etc/passed"}' \ 'http://api-latest-master.openapi-generator.tech/api/gen/clients/ruby'...
Thanks for the detailed explanation. Here is how I would like to handle this at the moment. We document this as a known issue (via this issue #15311). Users should...
thanks for the PR. I've filed https://github.com/OpenAPITools/openapi-generator/pull/20172 to add the option (MACRO_CASE, legacy) please give it a try when you've time.