Skip to content

Conversation

theckman
Copy link
Collaborator

When reviewing #329, I found that ListBusinessServicesPaginated and by proxy
ListBusinessServices, were not properly encoding their URL parameters,
effectively breaking pagination due to the missing ? before the values.

This adds the missing ? to the URL.

When reviewing #329, I found that `ListBusinessServicesPaginated` and by proxy
`ListBusinessServices`, were not properly encoding their URL parameters,
effectively breaking pagination due to the missing ? before the values.

This adds the missing ? to the URL.
@theckman theckman added this to the v1.4.1 milestone May 11, 2021
@theckman theckman requested a review from stmcallister May 11, 2021 02:31
Copy link

@stmcallister stmcallister left a comment

Choose a reason for hiding this comment

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

Good catch! Sorry I missed this earlier. 🤦

@theckman theckman merged commit fe4ea4d into master May 13, 2021
@theckman theckman deleted the fix_url_encoding branch May 16, 2021 06:18
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