[python-nextgen] Better docstring/documentation (#14880)

* better docstring/documentation in python nextgen client

* update instruction in test files
This commit is contained in:
William Cheng
2023-03-06 21:22:43 +08:00
committed by GitHub
parent 8ede021ec5
commit d497c3d087
187 changed files with 811 additions and 790 deletions

View File

@@ -7,7 +7,9 @@
The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
"""
@@ -22,7 +24,6 @@ import urllib3
import http.client as httplib
from openapi_client.exceptions import ApiValueError
JSON_SCHEMA_VALIDATION_KEYWORDS = {
'multipleOf', 'maximum', 'exclusiveMaximum',
'minimum', 'exclusiveMinimum', 'maxLength',
@@ -30,10 +31,7 @@ JSON_SCHEMA_VALIDATION_KEYWORDS = {
}
class Configuration(object):
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""This class contains various settings of the API client.
:param host: Base url.
:param api_key: Dict to store API key(s).