Uh oh!
There was an error while loading. Please reload this page.
added async_req parameter (default to True) to ApiClient constructor - #7782
added async_req parameter (default to True) to ApiClient constructor#7782huang195 wants to merge 1 commit into
Conversation
6e94973 to
b9b1de6Comparewing328
commented
Mar 8, 2018
huang195
commented
Mar 8, 2018
@wing328 ok thanks. It looks like the Travis error in the PR is due to the change to this file: Initially, I thought this was changed due to me adding an additional parameter to a class constructor, but running |
wing328
commented
Mar 25, 2018
@huang195 likely I'll need to comment out the Thanks again for the contribution. |
PR checklist
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\.3.0.0branch for changes related to OpenAPI spec 3.0. Default:master.Description of the PR
This is to resolve the issue described in kubernetes-client/python#471.
From my PR kubernetes-client/python#473, it was suggested that I should open a PR here instead.