Closed
Description
Description
Generated clients are already using guzzle6 out of the box on 2.3.0 branch and guzzle supports async requests. It is easy task now to allow generated client to send async requests. I would suggest adding separate $api->xxxAsync()
and $api->xxxAsyncWithHttpInfo()
methods for this.
Swagger-codegen version
2.3.0+
Swagger declaration file content or url
Command line used for generation
--library=none
or something