Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Deterministic handling of pagination URIs #69

Merged
merged 1 commit into from
Jul 23, 2021

Conversation

rgeyer
Copy link
Contributor

@rgeyer rgeyer commented Jul 21, 2021

This PR uses the url struct to deterministically build a correct URL when fetching pages of a response.

Previously, without this, a pagination request which did not have any other query parameters besides the page, would result in errors, since the parameters needed to be prefixed by ? rather than &.

@Rucknar Rucknar merged commit 69154c9 into githubexporter:master Jul 23, 2021
@Rucknar
Copy link
Contributor

Rucknar commented Jul 23, 2021

Thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants