modules/openapi-generator/…/…/…/python
python-experimental
README_common.mustache +13 -11
api_client.mustache +11 -1
api_doc_example.mustache +45 -41
api_client.mustache +11 -1
api_doc_example.mustache +18 -14
common_README.mustache +13 -11
samples
client/petstore
python
docs
AnotherFakeApi.md +12 -10
FakeApi.md +145 -117
FakeClassnameTags123Api.md +12 -10
PetApi.md +100 -82
StoreApi.md +46 -38
UserApi.md +87 -71
petstore_api
api_client.py +11 -1
tests
test_api_client.py +16 -0
README.md +13 -11
python-asyncio
docs
AnotherFakeApi.md +12 -10
FakeApi.md +145 -117
FakeClassnameTags123Api.md +12 -10
PetApi.md +100 -82
StoreApi.md +46 -38
UserApi.md +87 -71
petstore_api
api_client.py +11 -1
README.md +13 -11
python-experimental
docs
AnotherFakeApi.md +13 -11
FakeApi.md +205 -175
FakeClassnameTags123Api.md +13 -11
PetApi.md +150 -132
StoreApi.md +50 -42
UserApi.md +99 -83
petstore_api
api_client.py +11 -1
tests
test_api_client.py +16 -0
README.md +13 -11
python-tornado
docs
AnotherFakeApi.md +12 -10
FakeApi.md +145 -117
FakeClassnameTags123Api.md +12 -10
PetApi.md +100 -82
StoreApi.md +46 -38
UserApi.md +87 -71
petstore_api
api_client.py +11 -1
README.md +13 -11
openapi3/client/petstore
python
docs
AnotherFakeApi.md +12 -10
DefaultApi.md +10 -8
FakeApi.md +145 -117
FakeClassnameTags123Api.md +12 -10
PetApi.md +100 -82
StoreApi.md +46 -38
UserApi.md +87 -71
petstore_api
api_client.py +11 -1
README.md +13 -11
python-experimental
docs
AnotherFakeApi.md +13 -11
DefaultApi.md +11 -9
FakeApi.md +197 -169
FakeClassnameTags123Api.md +13 -11
PetApi.md +150 -132
StoreApi.md +50 -42
UserApi.md +99 -83
petstore_api
api_client.py +11 -1
README.md +13 -11
+ 13
- 11
@@ -7,18 +7,20 @@ from pprint import pprint
+ 11
- 1
@@ -3,6 +3,7 @@
@@ -74,11 +75,19 @@ class ApiClient(object):
@@ -86,6 +95,7 @@ class ApiClient(object):
+ 45
- 41
@@ -7,51 +7,55 @@ from pprint import pprint
@@ -2,6 +2,7 @@
@@ -75,11 +76,19 @@ class ApiClient(object):
@@ -87,6 +96,7 @@ class ApiClient(object):
@@ -8,22 +8,26 @@ from pprint import pprint