Safe Haskell | None |
---|---|
Language | Haskell2010 |
GitHub.Types.Events
- data Event
- eventParser :: Text -> Value -> Parser Event
- data CommitCommentEvent = CommitCommentEvent {}
- data DeploymentEvent = DeploymentEvent {}
- data DeploymentStatusEvent = DeploymentStatusEvent {}
Documentation
All events which can be produced by GitHub.
data CommitCommentEvent Source
Constructors
CommitCommentEvent | |
Fields |
data DeploymentEvent Source
Constructors
DeploymentEvent | |
Fields
|
data DeploymentStatusEvent Source
Constructors
DeploymentStatusEvent | |
Fields
|