modules/openapi-generator/…/…/resources
python
asyncio
rest.mustache +1 -9
README_onlypackage.mustache +1 -2
configuration.mustache +4 -1
requirements.mustache +1 -2
rest.mustache +2 -10
setup.mustache +1 -2
python-legacy
asyncio
rest.mustache +1 -9
README_onlypackage.mustache +1 -2
configuration.mustache +4 -1
requirements.mustache +1 -2
rest.mustache +2 -10
setup.mustache +1 -1
samples
client/petstore
python
petstore_api
configuration.py +4 -1
rest.py +2 -10
requirements.txt +1 -2
setup.py +1 -2
python-asyncio
petstore_api
configuration.py +4 -1
rest.py +1 -9
requirements.txt +1 -2
setup.py +1 -1
python-legacy
petstore_api
configuration.py +4 -1
rest.py +2 -10
requirements.txt +1 -2
setup.py +1 -1
python-tornado
petstore_api
configuration.py +4 -1
requirements.txt +1 -2
setup.py +1 -1
openapi3/client
extensions/x-auth-id-alias/python
x_auth_id_alias
configuration.py +4 -1
rest.py +2 -10
requirements.txt +1 -2
setup.py +1 -2
features/dynamic-servers/python
dynamic_servers
configuration.py +4 -1
rest.py +2 -10
requirements.txt +1 -2
setup.py +1 -2
petstore
python
petstore_api
configuration.py +4 -1
rest.py +2 -10
requirements.txt +1 -2
setup.py +1 -2
python-legacy
petstore_api
configuration.py +4 -1
rest.py +2 -10
requirements.txt +1 -2
setup.py +1 -1
@@ -9,7 +9,6 @@ import re
@@ -43,14 +42,7 @@ class RESTClientObject(object):
@@ -73,6 +73,8 @@ class Configuration(object):
@@ -171,6 +173,7 @@ conf = {{{packageName}}}.Configuration(
@@ -255,7 +258,7 @@ conf = {{{packageName}}}.Configuration(
@@ -9,7 +9,6 @@ import re
@@ -50,13 +49,6 @@ class RESTClientObject(object):
@@ -79,7 +71,7 @@ class RESTClientObject(object):
@@ -91,7 +83,7 @@ class RESTClientObject(object):
@@ -9,7 +9,6 @@ import re
@@ -43,14 +42,7 @@ class RESTClientObject(object):
@@ -76,6 +76,8 @@ class Configuration(object):
@@ -174,6 +176,7 @@ conf = {{{packageName}}}.Configuration(
@@ -258,7 +261,7 @@ conf = {{{packageName}}}.Configuration(
@@ -10,7 +10,6 @@ import logging
@@ -54,13 +53,6 @@ class RESTClientObject(object):
@@ -83,7 +75,7 @@ class RESTClientObject(object):
@@ -95,7 +87,7 @@ class RESTClientObject(object):
@@ -16,7 +16,7 @@ VERSION = "{{packageVersion}}"