add stargazers docs for apm

This commit is contained in:
Daniel Hengeveld
2014-07-01 15:29:04 -07:00
parent 9e31bc5179
commit ab947082dc

View File

@@ -198,6 +198,19 @@ Unstar a package; requires authentication.
Returns 204 No Content.
#### GET /api/packages/:name/stargazers
List users that have starred a package.
Returns a list of user objects:
```
[
{"login":"aperson"},
{"login":"anotherperson"},
]
```
### Atom updates
#### GET /api/updates