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

Feature: Support Events API

Open excessivecoding opened this issue 7 years ago • 6 comments

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!

excessivecoding avatar Aug 15 '18 19:08 excessivecoding

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.

acrobat avatar Aug 17 '18 16:08 acrobat

This may require routing packages can we use them ? or it should be written with out any third party packages ?

husseinmirzaki avatar Sep 13 '18 18:09 husseinmirzaki

hello @husseinmirzaki

what exactly do you mean by routing package? and why do you think you will need one?

excessivecoding avatar Sep 21 '18 07:09 excessivecoding

hi @stvnyung didn't know enough about events ?!

husseinmirzaki avatar Sep 22 '18 18:09 husseinmirzaki

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

excessivecoding avatar Sep 24 '18 12:09 excessivecoding

Some of the events are implemented in the respective APIs, e.g., for user events. But it's missing etag support, for example.

nunoplopes avatar Jan 23 '23 19:01 nunoplopes