We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If this wasn't an MVC app I'd say make the form get not post. However, perhaps it should be something like
http://nuget.org/packages/by-date http://nuget.org/packages/by-name http://nuget.org/packages/by-popularity\
As a work around, you can manually send get variables to the url and it does sort. e.g http://nuget.org/packages?q=&sortOrder=package-download-count
The text was updated successfully, but these errors were encountered:
You're right, post doesn't make much sense. Maybe we can fix this.
Sorry, something went wrong.
Our new API v3 takes a different approach.
No branches or pull requests
If this wasn't an MVC app I'd say make the form get not post. However, perhaps it should be something like
http://nuget.org/packages/by-date
http://nuget.org/packages/by-name
http://nuget.org/packages/by-popularity\
As a work around, you can manually send get variables to the url and it does sort. e.g http://nuget.org/packages?q=&sortOrder=package-download-count
The text was updated successfully, but these errors were encountered: