forked from loafle/openapi-generator-original
Iniital docusaurus based site
This commit is contained in:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user