William Cheng
36fa7102dd
[Python] Add "servers" support in path, operation ( #2052 )
...
* add servers to path, operation
* add path/operation server support to python client
* update python samples
* fix index
* fix python code style
2019-02-08 11:48:37 +08:00
Justin Black
9ec594eec5
[Spec] adds XmlItem model and route for xml testing ( #1883 )
...
* Adds xmlitem model and route, rest-assured Api suffix fix, updates pytest and pytest-cov versions
* Adds python client sample files
* Adds samples update
* Adds rest-assured sample client update
* Adds sample updates in ensure-up-to-date
* Changes rest-assured files back to master version, removes fix for issue #13
* Updates samples
2019-01-26 17:26:38 +08:00
Tomasz Prus
79dacb20a0
fix: python-asyncio/aiohttp with disabled ssl verification ( #891 )
2018-08-24 09:43:32 +08:00
Tomasz Prus
d74d2ba031
fix: python clients ( #136 )
...
* fix: python client
* fix: regenerate petstore samples for python-asyncio/tornado
* fix: python-asyncio tests
* fix: python-tornado tests
* chore: update python samples
* fix: enable tests for python-tornado
* fix: discriminator property
* fix: file type
* python: regenerate samples
* fix: define file as generic type
2018-04-21 11:54:40 +08:00
Kenny Jones
74f70a1924
[python-client] Modify python templates to resolve linting errors ( #6839 )
...
The linting results for the generated samples are as follows
where the first number is the BEFORE and the second is AFTER.
pyclient 7714 vs. 120
pyclient3 7717 vs. 120
pyclient3-asyncio 7584 vs. 120
pyclient-tornado 7633 vs. 120
pyclient3-tornado 7633 vs. 120
For the complete details please see the following gist.
https://gist.github.com/kenjones-cisco/2eb69a7e8db75e9fd53789f01570d9f2
Enforces linting for python clients by running flake8 for the generated
python client.
2017-11-02 00:47:14 +08:00
Mehdy Bohlool
f3c41e866c
[Python] Add configuration.{connection_pool_maxsize, assert_hostname} ( #6508 )
...
* Backport kubernetes client features:
- assert_hostname
- connection_pool_maxsize
- cleanups
* Update petstore sample
2017-09-19 01:25:33 +08:00