Closed boldtrn closed 7 years ago
For POST requests this is better. Is there something we can do about this for GET requests?
The issue is kind of known already: https://github.com/swagger-api/swagger-codegen/issues/3819#issuecomment-303656309
Should we merge this then as well?
It is a bit ugly that swagger requires the parameter in the method signature instead of having a request object where you set the properties you want instead of filling out lots of null values...