New generator: WSDL (#9545)

* init port

* add outputDir

* fill out current .md

* update samples

Co-authored-by: William Cheng <wing328hk@gmail.com>
This commit is contained in:
adessoDpd
2021-05-28 04:22:28 +02:00
committed by GitHub
parent 73b34ade6a
commit 12c34d4658
50 changed files with 3378 additions and 350 deletions

View File

@@ -12,7 +12,7 @@ def client(loop, aiohttp_client):
"swagger_ui": True
}
specification_dir = os.path.join(os.path.dirname(__file__), '..',
"src/",
"src\",
'openapi_server',
'openapi')
app = connexion.AioHttpApp(__name__, specification_dir=specification_dir,