npm / download-counts

Background jobs and a minimal service for collecting and delivering download counts
329 stars 27 forks source link

Scoped packages return 404 #29

Closed JustinBeckwith closed 7 years ago

JustinBeckwith commented 7 years ago

We're trying to get download counts for a few of our packages in the @google npm scope. I'm trying to hit the API endpoint with this url: https://api.npmjs.org/downloads/point/last-week/@google/cloud-trace

But... I'm getting a 404 back. Am I using this thing right? Thanks!

JustinBeckwith commented 7 years ago

FYI @ofrobots

seldo commented 7 years ago

Unfortunately the API doesn't support scoped packages because it is really old; we intend to fix that: https://github.com/npm/download-counts/issues/23