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

Removes manual query param generation #686

Merged
merged 5 commits into from
Oct 30, 2020
Merged

Removes manual query param generation #686

merged 5 commits into from
Oct 30, 2020

Conversation

shinchris
Copy link
Contributor

Removing manual query param generation in req_options, and delegating that step to the requests library.
By doing this, the requests library will encode the url for us, fixing #418, #516, #578.

Some endpoints have their own query params added, like workbook publish overwrite flag. The requests library will append new query params to the existing one in this case.

@shinchris shinchris merged commit 69ca6c7 into development Oct 30, 2020
@shinchris shinchris deleted the encode_fix branch October 30, 2020 22:26
This was referenced Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants