tan-tan-kanarek / github-php-client

MIT License
184 stars 120 forks source link

implement functionality to get multiple assignees from an issue #142

Closed ff1601com closed 3 years ago

ff1601com commented 3 years ago

Hello @tan-tan-kanarek,

as I was using your github-php-client I noticed that there was no way to get multiple assignees from an issue. There is an valid endpoint to return that information in the github-api: https://developer.github.com/v3/issues/#list-user-account-issues-assigned-to-the-authenticated-user

I implemented a function to get all the assigned users as array\<GitHubUser> - Object.

Would be happy if you could merge that functionality for me.

Best Regards,

Frank.