docusign-esign-python-client icon indicating copy to clipboard operation
docusign-esign-python-client copied to clipboard

kwargs['_return_http_data_only'] = True in each function of ****_api.py

Open tshirai1027 opened this issue 3 years ago • 1 comments

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 avatar Feb 04 '22 09:02 tshirai1027

@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.

harsharahul avatar May 19 '22 20:05 harsharahul