Open phadej opened 8 years ago
From a cursory look your package is missing the definitions for all the timeline events (https://github.com/wereHamster/github-types/blob/99616f2a8e8b8e6ccc9c5c694a4eb96b39be3b9a/src/GitHub/Types/Events.hs), which is the primary reason why I started this package.
I'm glad to add them, especially if you provide a PR :)
I think it would make sense to put the types and json converters from "github" into "github-types", to keep that package small. The network code can stay in the "github" package.
FYI, there is http://hackage.haskell.org/package/github package, I'm not sure if it has all the definitions from yours package; but it might make sense not to duplicate them at least.
Cheers, maintainer of
github