PSGitLab
PSGitLab copied to clipboard
Bug fix for paging
The Headers property in response from Invoke-WebRequest is a dictionary from string to IEnumerable[string]
The previous code would always skip paging
👍