You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make it possible to list all labels and create them
Allow the following syntax to work, from doc/issue/labels.md
```php
$labels = $client->api('issue')->labels()->all('KnpLabs', 'php-github-api');
```
Also add an interface for creating labels.
0 commit comments