Aggregates information from NPM, Bitbucket among other services and exposes an API to keep an eye on your favourites npm packages.
REST | Graphql |
---|---|
/api/v2/branches?project=x1&repo=x2 |
allBranches: [Branch] |
/api/v2/commits?project=x1&repo=x2 |
allCommits: [Commit] |
/api/v2/releases/all?package=pkg1 |
allReleases(packageName: String!): [Release] |
/api/v2/releases/tags?package=pkg1 |
allReleaseTags(packageName: String!): [Release] |