huaweicloud-sdk-python-v3
huaweicloud-sdk-python-v3 copied to clipboard
The param `response_type` in every call_api method
trafficstars
The param response_type in every call_api method is NOT consistent with the REAL response class name.
eg:
ListEpResponse vs ListEPResponse
which will end up throwing an AttributeError: module 'huaweicloudsdkeps.v1.model' has no attribute 'ListEpResponse'