modules/openapi-generator/src
main/java/org/…/codegen/languages
PythonAbstractConnexionServerCodegen.java +9 -0
test/resources/3_0
petstore.yaml +2 -0
samples
client/petstore-security-test/python
docs
FakeApi.md +1 -0
petstore_api
api_client.py +11 -5
configuration.py +52 -5
README.md +2 -0
server/openapi3/petstore
python-flask-python2/openapi_server
models
category.py +4 -0
openapi
openapi.yaml +2 -0
python-flask/openapi_server
models
category.py +4 -0
openapi
openapi.yaml +2 -0
@@ -908,4 +908,13 @@ public class PythonAbstractConnexionServerCodegen extends DefaultCodegen impleme
@@ -908,4 +908,13 @@ public class PythonAbstractConnexionServerCodegen extends DefaultCodegen impleme
@@ -419,6 +419,7 @@ paths:
@@ -606,6 +607,7 @@ components:
@@ -110,7 +110,7 @@ class ApiClient(object):
@@ -157,7 +157,11 @@ class ApiClient(object):
@@ -290,7 +294,7 @@ class ApiClient(object):
@@ -333,7 +337,7 @@ class ApiClient(object):
@@ -342,7 +346,9 @@ class ApiClient(object):
@@ -60,10 +60,8 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)):
@@ -223,7 +221,6 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)):
@@ -231,7 +228,6 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)):
@@ -245,3 +241,54 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)):
@@ -51,6 +51,7 @@ import petstore_api
@@ -86,6 +87,7 @@ Class | Method | HTTP request | Description
@@ -6,8 +6,10 @@ from datetime import date, datetime # noqa: F401
@@ -86,5 +88,7 @@ class Category(Model):
@@ -433,6 +433,7 @@ paths:
@@ -641,6 +642,7 @@ components:
@@ -6,8 +6,10 @@ from datetime import date, datetime # noqa: F401
@@ -86,5 +88,7 @@ class Category(Model):
@@ -433,6 +433,7 @@ paths:
@@ -641,6 +642,7 @@ components: