Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PHP] Add support for async requests #5306

Closed
baartosz opened this issue Apr 3, 2017 · 1 comment
Closed

[PHP] Add support for async requests #5306

baartosz opened this issue Apr 3, 2017 · 1 comment

Comments

@baartosz
Copy link
Contributor

baartosz commented Apr 3, 2017

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

Steps to reproduce
Related issues

#5190
#1482

Suggest a Fix
@wing328
Copy link
Contributor

wing328 commented Sep 8, 2017

Closed via #5771 by @ackintosh

@wing328 wing328 closed this as completed Sep 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants