Closed mpodlasin closed 7 years ago
Also, shouldn't we leave code generated by tests in repo? That way we can see easily in pull request diffs how exactly the output will change.
Ah, QueryParams (Array) shouldn't be wrapped in Maybe - it's equivalent to having an empty array - I will fix that.
@eskimor Gentle ping. Will you review? This works for me very well.
friendly reminder, greatly appreciated! I was under the impression that you wanted to fix something first. I will have a look tomorrow!
Ok, it looks good! But could expand the "test suite" to handle query params so the implementation can be checked more easily? Thank you!
Could you explain a bit what you want me to do? In test/Spec
there are already QueryParam
used?
uuuuhm yeah. My fault, sorry about that. :-)
Good work, thank you!
Thanks for quick response! ;)
I tested on my project and it works for single QueryParam values.
I did not test yet with QueryParams (Array of parameters) and with code with no query params at all.