Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tshirai1027 opened this issue Feb 4, 2022 · 1 comment

Comments

@tshirai1027
Copy link

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?

@harsharahul
Copy link
Contributor

harsharahul commented May 19, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants