Publish documentation for the generators (#932)

This commit is contained in:
Jérémie Bresson
2018-08-31 16:00:27 +02:00
committed by GitHub
parent 6bc3c70115
commit 31149a5a69
99 changed files with 4633 additions and 0 deletions

28
docs/generators/python.md Normal file
View File

@@ -0,0 +1,28 @@
CONFIG OPTIONS for python
packageName
python package name (convention: snake_case). (Default: openapi_client)
projectName
python project name in setup.py (e.g. petstore-api).
packageVersion
python package version. (Default: 1.0.0)
packageUrl
python package URL.
sortParamsByRequiredFlag
Sort method arguments to place required parameters before optional parameters. (Default: true)
hideGenerationTimestamp
Hides the generation timestamp when files are generated. (Default: true)
generateSourceCodeOnly
Specifies that only a library source code is to be generated. (Default: false)
library
library template (sub-template) to use: asyncio, tornado, urllib3 (Default: urllib3)
Back to the [generators list](README.md)