I would like to add a count of a number of times a particular package was downloaded to my page. I'm only interested in a single package.I understand I can make a call to http://www.nuget.org/packages/[packageId]
, parse the page and get to the count this way, but this is quite troublesome.
I saw this, but could not figure out how to construct a url to get xml feed.
Any help is appreciated.