-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
NuGet download count no longer works #678
Comments
I would recommend contacting someone knowledgeable about v3, someone at Microsoft perhaps? |
The v2 API returned XML even though we asked for JSON. MyGet is still not working. Part of #655.
I was going to work on this but I can't even find the source code for NuGet API v3. I was going to look at it to determine all the available endpoints.The NuGet Gallery codebase only contains the v1 and v2 APIs, and the simple NuGet.Server still uses the v2 API. Perhaps I should proxy Visual Studio to see how it does it, although I imagine it uses a search endpoint. |
Cross-posted to NuGet repo: NuGet/Home#2596 |
|
Sure, I'll take a look!
…--
Regards,
Daniel Lo Nigro
http://dan.cx/ | Twitter <http://twitter.com/Daniel15> | Facebook
<http://www.facebook.com/daaniel>
On Mon, Apr 17, 2017 at 7:05 PM, Paul Melnikow ***@***.***> wrote:
@Daniel15 <https://github.com/Daniel15> or @kzu <https://github.com/kzu>,
would one of you like to open a pull request?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#678 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAFnHd5P2ARUU9z4txhCvimFSYTEKf7Iks5rxBpfgaJpZM4H5ZHM>
.
|
PR submitted: #945 |
Switched from SearchAutocompleteService to SearchQueryService as this service also provides download counts. Closes #678.
Merged! Will be deployed soon. |
Awesome guys, thank you!!! |
eg. http://img.shields.io/nuget/dt/RouteJs.Mvc4.svg
I understand that this was due to #655, but it would be good to have some solution to retrieve download counts. Visual Studio shows download count in the package browser when using v3 endpoints, so the data must be available somewhere.
The text was updated successfully, but these errors were encountered: