Files
openapi-generator/modules/swagger-codegen
Ivan Vučica cf0d9b48fd Go: Replace .Username with .UserName in generated API methods.
Right now, any generated code where the http basic authentication is
required is broken, as it tries to access nonexistent field in the
generated `Configuration` struct.

The alternative is to fix `configuration.mustache` to replace the
`UserName` field with `Username` field.
2016-08-10 21:36:35 +00:00
..
2016-05-14 15:30:57 -04:00
2016-08-07 23:03:44 +02:00