github icon indicating copy to clipboard operation
github copied to clipboard

Add missing attributes to event type

Open picnoir opened this issue 8 years ago • 2 comments

Current GitHub.Data.Event data structure ( https://developer.github.com/v3/activity/events/ ) is partially implemented.

I would need some more data for these Events:

  • Event Organisation (if any)
  • Event Repository
  • Event Type ( https://developer.github.com/v3/activity/events/types/ )

Parsing payload seems too tricky to implement for now…

I already implemented this feature request, but it depends on some integration tests added in PR #274 . I'll wait for PR #274 to be merged before submitting this change in order to minimize conflicts.

picnoir avatar Apr 26 '17 16:04 picnoir

@phadej PR still welcome here?

kvanbere avatar Dec 02 '17 08:12 kvanbere

yes.

phadej avatar Dec 03 '17 12:12 phadej