William Cheng
William Cheng
@ninovanhooff can you please review the CI failures when you've time?
> Tbh, my team decided to not use this project due to lack of oneof (aka sealed class in kotlin) support. So my motivation to finish this up has dropped...
``` library: jvm-retrofit2 serializationLibrary: gson ``` that's what we've tested so far ref: https://github.com/OpenAPITools/openapi-generator/blob/master/bin/configs/kotlin-model-prefix-type-mapping.yaml you can give it a try to see if the output meets your requirements and we...
thanks for the PR please take your time fixing the bug. let us know if you need help.
> My problem is : how to avoid to insert a "," in the constructor if a parameter is the last parameter that is #required or if there is not...
> FastEnpoint have a classe named Order any convention in naming the FastEndpoint class? In other server generators, we usually add "Api" as the suffix to avoid name collision with...
> I only have a problem. How to handle the case when the model is used in a list. for model, i wouldn't recommend using a suffix by default for...
ok. thanks for the details 2 ways to handle this kinda siutation: - use fully qualified name for FastEndpoints in the auto-generated code - add those names to reserved keyword...
https://github.com/OpenAPITools/openapi-generator/actions/runs/11312510702/job/31462379731?pr=19690 please update the samples when you've time
https://github.com/OpenAPITools/openapi-generator/actions/runs/11392557217/job/32653087692?pr=19690 i'll fix it after merging this PR UPDATE: done via 28e02fc1a2b