Luis Fernando Planella Gonzalez
Luis Fernando Planella Gonzalez
Can you post the following info? * ng-openapi-gen version * Model / request descriptor * Generated model / service
It really isn't a supported feature.
Everything seems correct. Can you debug in the browser the `apiUserListing$Response` to check that parameters are being correctly set in the `RequestBuilder`, and then the `RequestBuilder.build` call?
I can't find an explanation for this... Which browser are you using? We have used this code for years and the requests always have the parameters correctly. See the https://github.com/cyclosproject/cyclos4-ui...
@Vtfelker please, share the openapi definition (json or yaml) for your operation
Well, the point is that you're not declaring any parameters in this operation. You need query parameters in order to have them generated.
Sorry, I didn't understand your question... Enums defined as top-level schemes are already supported. For inline enums, we always just output the possible values as an union type. There were...
I'm still not sure I understand. Can you give an example on what do you expect the output would look like?
Ah, now I got it. I'd propose adding then an enum style 'raw' which does no case modifications. However, nowadays I have minimal time to work on this project. If...
Will be in 0.24.0