We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ebf3d5 + 4528c7f commit df6f95eCopy full SHA for df6f95e
platform_api_python_client/__init__.py
@@ -16,6 +16,7 @@
16
17
__version__ = "4.0.17"
18
19
+
20
# import apis into sdk package
21
from platform_api_python_client.api.external_api import EXTERNALApi
22
platform_api_python_client/api_client.py
@@ -91,6 +91,7 @@ def __init__(
91
self.cookie = cookie
92
# Set default User-Agent.
93
self.user_agent = 'OpenAPI-Generator/4.0.17/python'
94
95
self.client_side_validation = configuration.client_side_validation
96
97
def __enter__(self):
0 commit comments