oapi-codegen
oapi-codegen copied to clipboard
538 default param values
Fix for issue 538
Found it. go1.17 url has a Has() method - go1.16 doesn't
Hi @deepmap-marcinr Just wondering what needs doing to have this merge ready?
The reason we don't have this yet is because it's difficult. What it the default value is an object, not a simple string/primitive?
With the code as-is, you'll get errors processing those OpenAPI specs.
Hi There, Thanks for the feedback - I'll test drive a fix to address your comments.