haskell-github / github

The github API for Haskell
https://hackage.haskell.org/package/github
BSD 3-Clause "New" or "Revised" License
411 stars 190 forks source link

Add missing attributes to event type #275

Open picnoir opened 7 years ago

picnoir commented 7 years ago

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:

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.

kvanbere commented 6 years ago

@phadej PR still welcome here?

phadej commented 6 years ago

yes.