William Cheng
|
6fa089adee
|
Add @deprecated to methods in python-nextgen (#15380)
* add @deprecated to methods in python-nextgen
* add deprecated as comment
* add deprecation warnings
* add warnings import
* remove import
|
2023-05-04 18:17:24 +08:00 |
|
William Cheng
|
1f4d323020
|
fix enum support in oneof/anyof in python-nextgen (#15340)
|
2023-04-29 13:50:47 +08:00 |
|
William Cheng
|
b5745e6f26
|
[python-nextgen] Fix enum query parameter (#15278)
* fix enum query parameter in python-nextgen
* update samples
|
2023-04-22 16:08:59 +08:00 |
|
William Cheng
|
f5b4490bc9
|
[python-nextgen] Fix dict of dict of object in python-nextgen (#15239)
* fix dict of dict of object in python nextgen
* update samples
|
2023-04-18 14:59:08 +08:00 |
|
William Cheng
|
05fa5601dd
|
[python-nextgen] fix circular reference import (#15070)
* fix ciruclar reference import in python nextgen
* update samples
|
2023-03-30 10:07:34 +08:00 |
|
William Cheng
|
cf432522aa
|
[python-nextgen] fix optional dict in property (#15009)
* fix optional dict in property
* update samples
|
2023-03-21 23:59:26 +08:00 |
|
William Cheng
|
b3bfa1ef3b
|
use Any instead of StrictStr in any type (#14995)
|
2023-03-21 14:52:54 +08:00 |
|
William Cheng
|
46fb49ecd0
|
[python-nextgen] Add pyproject.toml (#14861)
* add pyproject.toml in python-nextgen client generator
* minor fix
|
2023-03-04 14:14:43 +08:00 |
|
William Cheng
|
39e27a804d
|
[python-nextgen] better enum naming (#14869)
* better handling of enum naming in python nextgen
* remove unused import
* update samples
* update samples
* map dot
|
2023-03-03 17:54:10 +08:00 |
|
William Cheng
|
1bd3ce7ce2
|
[python-nextgen] Better oneOf, anyOf support (#14743)
* better oneof, anyof support
* improve anyof support
* fix deprecation warning
* fix anyof, add tests
* add nullable support, add test
|
2023-02-19 17:16:15 +08:00 |
|
William Cheng
|
110460b71a
|
[python-nextgen] better datetime support in parameters (#14621)
* add allowStringInDateTimeParameters option
* add tests
* add files
* add tests for datetime query parameters
* fix file anme
* trigger build
* fix pytest
* install test requirement
* trigger build
* break build
* add new files
* fix Locale.ROOT
* update doc
|
2023-02-12 21:11:29 +08:00 |
|
Beppe Catanese
|
68b944e6e6
|
Preserve order of securitySchemes (#14536)
* Remove alphabetical sort
* Update integration testing expectations
* Regenerate files
|
2023-02-10 22:20:19 +08:00 |
|
William Cheng
|
0cf5ed619d
|
Add a new Python client generator - python-nextgen (#14157)
* add python-nextgen generator
* remove client_side_validation from model
* remove configuraiton import from models
* add inheritance support
* update test requirements, tox
* add typings, pydanic to models
* add test model
* minor improvements
* add enum support
* add typing for parameters, remove validations
* add oneof, anyof support
* fix default value
* fix deserialization, api tests passed
* private variable naming, update tests, all tests passed
* remove six
* remove nose
* update doc
* remove sortParamsByRequiredFlag option
* add parameter validation
* add validation tests
* simplify Field()
* remove previous required parameter validation
* improve parameter handling
* support discriminator mapping
* better typing discriminator mapping
* format test code
* fix tests
* fix oneOf from_dict, add test
* add set validation test
* fix nested oneof serialization, add tests
* add model import
* remove models. prefix
* remove import models
* remove model import from api
* simplify from_dict
* add typing for return
* skip pydantic import in return type
* fix tests, fix enum
* restore more enum schema tests
* uncomment enum integer test
* clean up getfullargspec import in model
* clean up getfullargspec import
* fix deserilizatoin for nested oneof
* minor fixes, add tests
* fix regular expression
* add aiohttp samples, add tests
* remove default content type to json
* update template
* fix select accept, content-type
* move tests
* move tests
* fix url query parameters
* fix list
* fix samples
* fix param pydantic, add list as reserved word
* fix auto-generated doc
* fix readme
* fix list, fix special variable name with var_
* fix Literal in python 3.7
* fix default configuration
* fix aiohttp tests
* set default api client instance
* deprecate get_default_copy method
* fix enum model
* fix enum serializatio/deserialization
* add github workflow support
* add regular expression validator
* add enum validator
* better model import
* fix file, remove x-py-import-models
* rename local var
* better model example
* fix regular expression warning, add special_name test, whitelist schema
* skip self import
* update samples
* various fixes
* add base64, json as reserved word
* add http signature support
* add http signature test
* add additioanl properties support in python client
* add decimal support
* use strictstr instead of constr
* fix test with virtualenv
* add nullable support
* add readonly support
* add model name caching
* fix circular reference import
* add onelook discriminator lookup
* add tests
* update samples
* fix locale
* Fix client legacy generator asyncio README code example
* test python-nextgen in circleci
* fix pom.xml
* update python to 3.7.15
* test with python 3.7.12
* various updates
* fix python legacy
|
2022-12-17 16:05:47 +08:00 |
|