php-github-api icon indicating copy to clipboard operation
php-github-api copied to clipboard

Support user received/performed private events

Open mihai-mocanu opened this issue 9 years ago • 1 comments
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?

mihai-mocanu avatar Sep 16 '16 10:09 mihai-mocanu

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"
    }
}

cursedcoder avatar Oct 18 '16 16:10 cursedcoder