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 db1995b commit f082186Copy full SHA for f082186
doc/repos.md
@@ -230,3 +230,11 @@ To include non GitHub users, add a third parameter to true:
230
```php
231
$contributors = $client->api('repo')->contributors('ornicar', 'php-github-api', true);
232
```
233
+
234
+### Get the commit activity of a repository
235
236
+```php
237
+$activity = $client->api('repo')->activity('ornicar', 'php-github-api');
238
+```
239
240
+Returns an array of commit activity group by week.
0 commit comments