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
The new APIs in NuGet v3 server should make this fairly straightforward now.
For example, to get the stats for GitLink, you would issue an HTTP get to:
https://api-v2v3search-0.nuget.org/query?q=packageid:gitlink
Which gives you json with data.totalDownloads = 11605 as of this writing.
data.totalDownloads = 11605
The text was updated successfully, but these errors were encountered:
Hi, thanks for suggesting this.
Would you like to open a pull request?
Sorry, something went wrong.
Looks like a duplicate of #678, so closing in favor of that.
Submitted a pull request: #945
No branches or pull requests
The new APIs in NuGet v3 server should make this fairly straightforward now.
For example, to get the stats for GitLink, you would issue an HTTP get to:
https://api-v2v3search-0.nuget.org/query?q=packageid:gitlink
Which gives you json with
data.totalDownloads = 11605
as of this writing.The text was updated successfully, but these errors were encountered: