File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,12 @@ APIs:
1818* [ Rate Limits] ( rate_limits.md )
1919* [ Repositories] ( repos.md )
2020 * [ Contents] ( repo/contents.md )
21+ * [ Deployments] ( repo/deployments.md )
2122 * [ Releases] ( repo/releases.md )
2223 * [ Assets] ( repo/assets.md )
24+ * [ Stargazers] ( repo/stargazers.md )
25+ * [ Statuses] ( repo/statuses.md )
2326 * [ Tags] ( repo/tags.md )
24- * [ Deployments] ( repo/deployments.md )
2527* [ Users] ( users.md )
2628* [ Meta] ( meta.md )
2729* [ Activity] ( activity.md )
Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments