tan-tan-kanarek / github-php-client

MIT License
184 stars 120 forks source link

Tried to list all issues but it list pull request as well #113

Closed sagar-shiroya closed 7 years ago

sagar-shiroya commented 7 years ago

I used listIssues() function and try to fetch open and closed issues but it listing issues as well pull request too. So Is there any way so I can get only list of Issues?

tan-tan-kanarek commented 7 years ago

As you can see in Github official documentation, it's not possible: https://developer.github.com/v3/issues/#list-issues

You can filter them on the client side.