You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 somethingSteps to reproduce
Related issues
#5190
#1482
Suggest a Fix
The text was updated successfully, but these errors were encountered: