GitHub.Types.Events.RepositoryEvent
data RepositoryEvent Source #
Constructors
Fields
Defined in GitHub.Types.Events.RepositoryEvent
Methods
(==) :: RepositoryEvent -> RepositoryEvent -> Bool #
(/=) :: RepositoryEvent -> RepositoryEvent -> Bool #
readsPrec :: Int -> ReadS RepositoryEvent #
readList :: ReadS [RepositoryEvent] #
readPrec :: ReadPrec RepositoryEvent #
readListPrec :: ReadPrec [RepositoryEvent] #
showsPrec :: Int -> RepositoryEvent -> ShowS #
show :: RepositoryEvent -> String #
showList :: [RepositoryEvent] -> ShowS #
arbitrary :: Gen RepositoryEvent #
shrink :: RepositoryEvent -> [RepositoryEvent] #
toJSON :: RepositoryEvent -> Value #
toEncoding :: RepositoryEvent -> Encoding #
toJSONList :: [RepositoryEvent] -> Value #
toEncodingList :: [RepositoryEvent] -> Encoding #
parseJSON :: Value -> Parser RepositoryEvent #
parseJSONList :: Value -> Parser [RepositoryEvent] #
typeName :: TypeName RepositoryEvent Source #
eventName :: EventName RepositoryEvent Source #