-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
[Python] Add "servers" support in path, operation #2052
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
Conversation
|
cc @OpenAPITools/generator-core-team as the change covers default codegen |
* add servers to path, operation * add path/operation server support to python client * update python samples * fix index * fix python code style
|
This PR had a typo in it in api.mustache line 89: kwags does not exist, it should have been kwargs. |
|
Hi @wing328, Is this available for all the other languages? It looks like generated Java clients, doesn't handle overridden servers into paths. Tested with openapi generator v. 4.3.1 |
|
Can you try the latest master with the |
Thanks @wing328. Tested with |
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\.master,. Default:3.4.x,4.0.xmaster.Description of the PR
Dependency: #2048
cc @taxpon (2017/07) @frol (2017/07) @mbohlool (2017/07) @cbornet (2017/09) @kenjones-cisco (2017/11) @tomplus (2018/10) @Jyhess (2019/01)