Iniital docusaurus based site

This commit is contained in:
Jim Schubert
2018-12-28 16:53:24 -05:00
parent 7595baef00
commit 6aeb534242
175 changed files with 10841 additions and 5025 deletions

View File

@@ -1,28 +1,17 @@
CONFIG OPTIONS for python
---
id: generator-opts-client-python
title: Config Options for python
sidebar_label: 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)
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|packageName|python package name (convention: snake_case).| |openapi_client|
|projectName|python project name in setup.py (e.g. petstore-api).| |null|
|packageVersion|python package version.| |1.0.0|
|packageUrl|python package URL.| |null|
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
|hideGenerationTimestamp|Hides the generation timestamp when files are generated.| |true|
|generateSourceCodeOnly|Specifies that only a library source code is to be generated.| |false|
|library|library template (sub-template) to use: asyncio, tornado, urllib3| |urllib3|