fails due to the presence of a space in the operation query param value. The regex that was ripped from GitHub's own API documentation does not account for the presence of a space in the query itself. The regex must not split on whitespace inside the <> delimiters.
A
"Link"
header with the valuefails due to the presence of a space in the
operation
query param value. The regex that was ripped from GitHub's own API documentation does not account for the presence of a space in the query itself. The regex must not split on whitespace inside the<>
delimiters.