Skip to content

Implement listing all labels, and creating labels #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 24, 2013
Merged

Implement listing all labels, and creating labels #75

merged 1 commit into from
Sep 24, 2013

Conversation

AD7six
Copy link
Contributor

@AD7six AD7six commented Sep 24, 2013

I'm not sure if I've missed a different interface - but this allows the following syntax to work, from the docs:

$labels = $client->api('issue')->labels()->all('KnpLabs', 'php-github-api');

Also add an interface for creating labels.

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.
@pilot
Copy link
Contributor

pilot commented Sep 24, 2013

thanks!

pilot added a commit that referenced this pull request Sep 24, 2013
Implement listing all labels, and creating labels
@pilot pilot merged commit 3787a1b into KnpLabs:master Sep 24, 2013
@AD7six AD7six deleted the feature/create-labels branch September 11, 2014 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants