unioslo / harborapi

Python async client for the Harbor REST API v2.0.
https://unioslo.github.io/harborapi/
MIT License
27 stars 5 forks source link

Fix pagination URLs with spaces #38

Closed pederhan closed 1 year ago

pederhan commented 1 year ago

Closes #36. Implements a new regex pattern <([^>]+)>; rel="next", suggested by ChatGPT. All existing tests pass + new test have been added that include the problematic link headers.