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

buildparams: Fix a bug in the buildparams function #9

Closed
wants to merge 1 commit into from

Conversation

Seraf
Copy link
Member

@Seraf Seraf commented Sep 23, 2016

The old method wasn't injecting key into the url and wasn't handling multiple parameters.
By using the net/url library, we can encode correctly a map of parameters and craft the right url.

This commit fix #8

The old method wasn't injecting key into the url and wasn't handling multiple parameters.
By using the net/url library, we can encode correctly a map of parameters and craft the right url.

This commit fix #8
@coveralls
Copy link

coveralls commented Sep 23, 2016

Coverage Status

Coverage increased (+0.2%) to 93.023% when pulling 0ff9275 on patch_buildparams into 22189e2 on develop.

Copy link
Contributor

@xlr-8 xlr-8 left a comment

Choose a reason for hiding this comment

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

LGTM, if you could have a small testing function with:
2 or 3 maps (empty, valid, invalid) and test the return, that'd be great :)

@ifraixedes ifraixedes closed this Dec 1, 2017
@ifraixedes ifraixedes deleted the patch_buildparams branch December 1, 2017 17:26
@ifraixedes
Copy link
Contributor

Library is not maintained anymore

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.

None yet

4 participants