github-0.28.0.1: Access to the GitHub API, v3.
LicenseBSD-3-Clause
MaintainerOleg Grenrus <oleg.grenrus@iki.fi>
Safe HaskellSafe-Inferred
LanguageHaskell2010

GitHub.Data.Activities

Description

 

Documentation

data RepoStarred Source #

Instances

Instances details
FromJSON RepoStarred Source # 
Instance details

Defined in GitHub.Data.Activities

Data RepoStarred Source # 
Instance details

Defined in GitHub.Data.Activities

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RepoStarred -> c RepoStarred Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RepoStarred Source #

toConstr :: RepoStarred -> Constr Source #

dataTypeOf :: RepoStarred -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RepoStarred) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RepoStarred) Source #

gmapT :: (forall b. Data b => b -> b) -> RepoStarred -> RepoStarred Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RepoStarred -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RepoStarred -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> RepoStarred -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RepoStarred -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RepoStarred -> m RepoStarred Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RepoStarred -> m RepoStarred Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RepoStarred -> m RepoStarred Source #

Generic RepoStarred Source # 
Instance details

Defined in GitHub.Data.Activities

Associated Types

type Rep RepoStarred :: Type -> Type Source #

Show RepoStarred Source # 
Instance details

Defined in GitHub.Data.Activities

Binary RepoStarred Source # 
Instance details

Defined in GitHub.Data.Activities

NFData RepoStarred Source # 
Instance details

Defined in GitHub.Data.Activities

Methods

rnf :: RepoStarred -> () Source #

Eq RepoStarred Source # 
Instance details

Defined in GitHub.Data.Activities

Ord RepoStarred Source # 
Instance details

Defined in GitHub.Data.Activities

type Rep RepoStarred Source # 
Instance details

Defined in GitHub.Data.Activities

type Rep RepoStarred = D1 ('MetaData "RepoStarred" "GitHub.Data.Activities" "github-0.28.0.1-LLKWyn2oKhQ8Z1Y0ZYYv6v" 'False) (C1 ('MetaCons "RepoStarred" 'PrefixI 'True) (S1 ('MetaSel ('Just "repoStarredStarredAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime) :*: S1 ('MetaSel ('Just "repoStarredRepo") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Repo)))

data Subject Source #

Instances

Instances details
FromJSON Subject Source # 
Instance details

Defined in GitHub.Data.Activities

Data Subject Source # 
Instance details

Defined in GitHub.Data.Activities

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Subject -> c Subject Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Subject Source #

toConstr :: Subject -> Constr Source #

dataTypeOf :: Subject -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Subject) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Subject) Source #

gmapT :: (forall b. Data b => b -> b) -> Subject -> Subject Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Subject -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Subject -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> Subject -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Subject -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Subject -> m Subject Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Subject -> m Subject Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Subject -> m Subject Source #

Generic Subject Source # 
Instance details

Defined in GitHub.Data.Activities

Associated Types

type Rep Subject :: Type -> Type Source #

Show Subject Source # 
Instance details

Defined in GitHub.Data.Activities

Binary Subject Source # 
Instance details

Defined in GitHub.Data.Activities

NFData Subject Source # 
Instance details

Defined in GitHub.Data.Activities

Methods

rnf :: Subject -> () Source #

Eq Subject Source # 
Instance details

Defined in GitHub.Data.Activities

Ord Subject Source # 
Instance details

Defined in GitHub.Data.Activities

type Rep Subject Source # 
Instance details

Defined in GitHub.Data.Activities

type Rep Subject = D1 ('MetaData "Subject" "GitHub.Data.Activities" "github-0.28.0.1-LLKWyn2oKhQ8Z1Y0ZYYv6v" 'False) (C1 ('MetaCons "Subject" 'PrefixI 'True) ((S1 ('MetaSel ('Just "subjectTitle") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "subjectURL") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL)) :*: (S1 ('MetaSel ('Just "subjectLatestCommentURL") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe URL)) :*: S1 ('MetaSel ('Just "subjectType") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text))))

data NotificationReason Source #

Instances

Instances details
FromJSON NotificationReason Source # 
Instance details

Defined in GitHub.Data.Activities

Data NotificationReason Source # 
Instance details

Defined in GitHub.Data.Activities

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> NotificationReason -> c NotificationReason Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c NotificationReason Source #

toConstr :: NotificationReason -> Constr Source #

dataTypeOf :: NotificationReason -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c NotificationReason) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c NotificationReason) Source #

gmapT :: (forall b. Data b => b -> b) -> NotificationReason -> NotificationReason Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> NotificationReason -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> NotificationReason -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> NotificationReason -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> NotificationReason -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> NotificationReason -> m NotificationReason Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> NotificationReason -> m NotificationReason Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> NotificationReason -> m NotificationReason Source #

Bounded NotificationReason Source # 
Instance details

Defined in GitHub.Data.Activities

Enum NotificationReason Source # 
Instance details

Defined in GitHub.Data.Activities

Generic NotificationReason Source # 
Instance details

Defined in GitHub.Data.Activities

Associated Types

type Rep NotificationReason :: Type -> Type Source #

Show NotificationReason Source # 
Instance details

Defined in GitHub.Data.Activities

Binary NotificationReason Source # 
Instance details

Defined in GitHub.Data.Activities

NFData NotificationReason Source # 
Instance details

Defined in GitHub.Data.Activities

Methods

rnf :: NotificationReason -> () Source #

Eq NotificationReason Source # 
Instance details

Defined in GitHub.Data.Activities

Ord NotificationReason Source # 
Instance details

Defined in GitHub.Data.Activities

type Rep NotificationReason Source # 
Instance details

Defined in GitHub.Data.Activities

type Rep NotificationReason = D1 ('MetaData "NotificationReason" "GitHub.Data.Activities" "github-0.28.0.1-LLKWyn2oKhQ8Z1Y0ZYYv6v" 'False) (((C1 ('MetaCons "AssignReason" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "AuthorReason" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "CommentReason" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "InvitationReason" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "ManualReason" 'PrefixI 'False) (U1 :: Type -> Type)))) :+: ((C1 ('MetaCons "MentionReason" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "ReviewRequestedReason" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "StateChangeReason" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "SubscribedReason" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "TeamMentionReason" 'PrefixI 'False) (U1 :: Type -> Type)))))

data Notification Source #

Instances

Instances details
FromJSON Notification Source # 
Instance details

Defined in GitHub.Data.Activities

Data Notification Source # 
Instance details

Defined in GitHub.Data.Activities

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Notification -> c Notification Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Notification Source #

toConstr :: Notification -> Constr Source #

dataTypeOf :: Notification -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Notification) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Notification) Source #

gmapT :: (forall b. Data b => b -> b) -> Notification -> Notification Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Notification -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Notification -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> Notification -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Notification -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Notification -> m Notification Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Notification -> m Notification Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Notification -> m Notification Source #

Generic Notification Source # 
Instance details

Defined in GitHub.Data.Activities

Associated Types

type Rep Notification :: Type -> Type Source #

Show Notification Source # 
Instance details

Defined in GitHub.Data.Activities

Binary Notification Source # 
Instance details

Defined in GitHub.Data.Activities

NFData Notification Source # 
Instance details

Defined in GitHub.Data.Activities

Methods

rnf :: Notification -> () Source #

Eq Notification Source # 
Instance details

Defined in GitHub.Data.Activities

Ord Notification Source # 
Instance details

Defined in GitHub.Data.Activities

type Rep Notification Source # 
Instance details

Defined in GitHub.Data.Activities

type Rep Notification = D1 ('MetaData "Notification" "GitHub.Data.Activities" "github-0.28.0.1-LLKWyn2oKhQ8Z1Y0ZYYv6v" 'False) (C1 ('MetaCons "Notification" 'PrefixI 'True) (((S1 ('MetaSel ('Just "notificationId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Id Notification)) :*: S1 ('MetaSel ('Just "notificationRepo") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 RepoRef)) :*: (S1 ('MetaSel ('Just "notificationSubject") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Subject) :*: S1 ('MetaSel ('Just "notificationReason") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 NotificationReason))) :*: ((S1 ('MetaSel ('Just "notificationUnread") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "notificationUpdatedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe UTCTime))) :*: (S1 ('MetaSel ('Just "notificationLastReadAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe UTCTime)) :*: S1 ('MetaSel ('Just "notificationUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL)))))