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

Updates build_get_articles_url to use urllib.parse.urlencode #86

Merged
merged 3 commits into from Jun 19, 2019
Merged

Updates build_get_articles_url to use urllib.parse.urlencode #86

merged 3 commits into from Jun 19, 2019

Conversation

b-m-f
Copy link
Contributor

@b-m-f b-m-f commented Jun 17, 2019

Done

Fixes #15
Uses urllib.parse.urlencode in build_get_articles_url

QA

Working tests reflect that the application still behaves normally


return url
clean_params = {}
for key, value in params.items():
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks ❤️

…moving get_articles_with_metadata and only have a single function that returns metadata in addition to normal payload
Copy link
Contributor

@nottrobin nottrobin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@b-m-f b-m-f merged commit 91fa0ae into canonical:master Jun 19, 2019
@b-m-f b-m-f deleted the urlparse-for-building-url branch June 19, 2019 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use urllib to build urls
3 participants