We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If allow_multi is True, and there are multiple links for a particular relation then the code will fall through to the final return statement: https://github.com/Comcast/htmlapi-client-python/blob/master/htmlapi_client.py#L278
This returns "out" which is undefined in this function. I believe it should be "links".
This looks like a copy/paste bug from Form._get_params, which does return "out".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If allow_multi is True, and there are multiple links for a particular relation then the code will fall through to the final return statement:
https://github.com/Comcast/htmlapi-client-python/blob/master/htmlapi_client.py#L278
This returns "out" which is undefined in this function. I believe it should be "links".
This looks like a copy/paste bug from Form._get_params, which does return "out".
The text was updated successfully, but these errors were encountered: