Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

V2 API next link doesn't contain SemVerLevel #5433

Closed
matthid opened this issue Feb 11, 2018 · 1 comment
Closed

V2 API next link doesn't contain SemVerLevel #5433

matthid opened this issue Feb 11, 2018 · 1 comment

Comments

@matthid
Copy link

matthid commented Feb 11, 2018

While analyzing #5431 we also noticed that the next link from a request doesn't contain the required parameters which could lead to problems in pagination.

Example:
Request https://www.nuget.org/api/v2/FindPackagesById()?semVerLevel=2.0.0&id='NLog'
Response:
request_semver.xml.txt
<link rel="next" href="https://www.nuget.org/api/v2/FindPackagesById()?id=%27NLog%27&amp;$skip=100" /> <- Missing semVerLevel=2.0.0

Response Headers:
request_semver.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants