mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
add stargazers docs for apm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user