Commit Graph

10 Commits

Author SHA1 Message Date
Tomasz Prus
6f03521994 [feat/python-asyncio] switch openapi generator to 5.4.0 (#222) 2022-03-17 13:54:42 -07:00
Tomasz Prus
9f439b68da feat: switch python-asyncio to use openapi-generator v4.2.3 (#146) 2020-02-11 12:34:10 -08:00
Tomasz Prus
1203c13a32 feat: switch all variants of the generated library to use openapi-generator (#136) 2019-11-19 10:59:20 -08:00
Tomasz Prus
d0821e65aa feat: introduce openapi-generator (#95)
* move files related to swagger-codegen to dedicated directory

* add script to build clients by openapi-generator

* python-asyncio is build by openapi-generator
2019-01-14 22:52:13 -08:00
Tomasz Prus
9d14077ba1 feat: avoid creating unused ThreadPools (#91)
* feat: avoid creating unused ThreadPools

* docs: add requested TODOs
2018-12-16 20:01:12 -08:00
Tomasz Prus
087e4b4d9b fix: python/asyncio no-ssl-verify for server certs only (#81) 2018-10-15 21:05:17 -07:00
Tomasz Prus
fa93944256 fix: python/aiohttp with verify_ssl=False (#79) 2018-09-05 21:47:25 -07:00
Oliver Nagy
64959e2d6d Added generic Python asyncio generator script. (#68)
* Added generic Python asyncio generator script.

* Merged 'python-asyncio.sh' and 'python-async-generic.sh'

* Refactored 'python-asyncio.sh' to remove duplicate code.

* Changed 'kubernetes_client' to 'client'.

* Code patches are now client specific.
2018-09-05 09:33:48 -07:00
Tomasz Prus
5c23a9766a feat: support for 3.7 (added workaround) (#67) 2018-07-11 11:45:28 -07:00
Tomasz Prus
55f9ae0366 add script to create kubernetes_asyncio python client (#60)
* feat: package named kubernetes_asyncio

* feat: fix rest client

* fix: patch rest client to support strategic-merge-patch+json

* fix: docs, move patch to ext. file
2018-06-14 16:40:54 -07:00