php-github-api
php-github-api copied to clipboard
Support user received/performed private events
trafficstars
Is there any support for: https://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received https://developer.github.com/v3/activity/events/#list-events-performed-by-a-user
I could not find any methods for this. If there is not will it be soon? If I start doing it do I have any chance of it to be merged as soon as it is done?
of course you can make a PR, but I can't guarantee it will be merged when you expect meanwhile your PR is in progress you may use your own source i.e.
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/igorw/monolog"
}
],
"require": {
"monolog/monolog": "dev-bugfix"
}
}