Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.

npm/public-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

This repository is deprecated.

If you are interested in filing an issue about npm's public registry API, please file over at the npm/registry repo. You can also find documentation over there!

public-api

npm's public APIs are haphazard, old-fashioned, and scattered. We can and will do better. An internal API was created to handle the needs of www, but needs some work before it can be publicly released. In particular, the existence of private packages means that

  • we can't just expose all the data
  • we have to provide an authentication mechanism, so you can see your data

This is very doable, and we intend to do it, but we don't have a timeline yet. In the meantime, this repo is for collecting feature requests and tracking work on this in future. Check out the issues.