[python-nextgen] Add ApiResponse object (#15367)

* add ApiResponse object

* fix tests

* improve api response

* add back _preload_content, add tests
This commit is contained in:
William Cheng
2023-05-03 09:45:54 +08:00
committed by GitHub
parent bec32ae67f
commit 021d3a311a
38 changed files with 1335 additions and 1309 deletions

View File

@@ -29,6 +29,7 @@ openapi_client/api/header_api.py
openapi_client/api/path_api.py
openapi_client/api/query_api.py
openapi_client/api_client.py
openapi_client/api_response.py
openapi_client/configuration.py
openapi_client/exceptions.py
openapi_client/models/__init__.py