docusign-esign-python-client
docusign-esign-python-client copied to clipboard
kwargs['_return_http_data_only'] = True in each function of ****_api.py
Hi, can you give me why this code "kwargs['_return_http_data_only'] = True" is set as a fixed value in each "****_api.py" (e.g. list_status_changes of envelopes_api.py)? I want to give this value (True or False) from an external function. Any reasons not allowed?
@tshirai1027 , Looks like we have added this some time back dude to legacy support with APIs. I see it is also evident in other Python SDKs too. We will take this as an enhancement, check if not enforcing is any problem and remove it. Added a tracking ticket to the labels.