Skip to content

Commit b6772b8

Browse files
committed
Create Stargazers docs
1 parent 5ade19f commit b6772b8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/repo/stargazers.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Repo / Stargazers API
2+
[Back to the "Repos API"](../repos.md) | [Back to the navigation](../README.md)
3+
4+
### List all stargazers
5+
6+
```php
7+
$stargazers = $client->api('repo')->stargazers();
8+
9+
$stargazers->all('twbs', 'bootstrap');
10+
```

0 commit comments

Comments
 (0)