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:
18
18
* [ Rate Limits] ( rate_limits.md )
19
19
* [ Repositories] ( repos.md )
20
20
* [ Contents] ( repo/contents.md )
21
+ * [ Deployments] ( repo/deployments.md )
21
22
* [ Releases] ( repo/releases.md )
22
23
* [ Assets] ( repo/assets.md )
24
+ * [ Stargazers] ( repo/stargazers.md )
25
+ * [ Statuses] ( repo/statuses.md )
23
26
* [ Tags] ( repo/tags.md )
24
- * [ Deployments] ( repo/deployments.md )
25
27
* [ Users] ( users.md )
26
28
* [ Meta] ( meta.md )
27
29
* [ 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