php-github-api
php-github-api copied to clipboard
Feature: Support Events API
Hello !
I'm working on a project requiring GitHub Events API: https://developer.github.com/v3/activity/events/
Is this a feature that can be included in the scope of this package ?
There is currently the Issue Events API implemented but not the rest.
I'm ready to work on this if needed but I will need some clue on where to start.
Thank you!
Hi @stvnyung
It looks like we're indeed missing support for those api endpoints. It would be nice if you want to work on this! Just open a pr for an event type you've implemented so we can review/comment on the changes. Thanks!
I will tag this issue as an feature-request so if you don't have the time to work on this, anyone else can pick it up.
This may require routing packages can we use them ? or it should be written with out any third party packages ?
hello @husseinmirzaki
what exactly do you mean by routing package? and why do you think you will need one?
hi @stvnyung didn't know enough about events ?!
I'm not sure to understand but I'm not the person in charge.
Feel free to open a PR with your ideas in place
Some of the events are implemented in the respective APIs, e.g., for user events. But it's missing etag support, for example.