We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ade19f commit b6772b8Copy full SHA for b6772b8
doc/repo/stargazers.md
@@ -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