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 d092f10 commit 059603dCopy full SHA for 059603d
doc/organization.md
@@ -7,10 +7,8 @@ Additional APIs:
7
* [Members API](organization/members.md)
8
* [Teams API](organization/teams.md)
9
10
-
11
-Wraps [GitHub Issues API](https://developer.github.com/v3/issues/).
12
13
### List issues in an organization
+[GitHub Issues API](https://developer.github.com/v3/issues/).
14
15
```php
16
$issues = $client->api('orgs')->issues('KnpLabs', 'php-github-api', array('state' => 'open'));
0 commit comments