mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
* Allow connection on port != 80 or 443 In the current implementation a client can't connect on another port than 80 or 443 This commit allows to specify a host like "localhost:8080" when creating the client The port is then used when initiating http requests * Update Petstore Sample for CI * Fix unused return value * Update petstore sample * Rename host parameter into authority