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

GitHub.Data.Comments

Description

 

Documentation

data Comment Source #

Instances

Instances details
FromJSON Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Data Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

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

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

toConstr :: Comment -> Constr Source #

dataTypeOf :: Comment -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Generic Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Associated Types

type Rep Comment :: Type -> Type Source #

Show Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Binary Comment Source # 
Instance details

Defined in GitHub.Data.Comments

NFData Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

rnf :: Comment -> () Source #

Eq Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Ord Comment Source # 
Instance details

Defined in GitHub.Data.Comments

type Rep Comment Source # 
Instance details

Defined in GitHub.Data.Comments

data NewComment Source #

Constructors

NewComment 

Fields

Instances

Instances details
ToJSON NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Data NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

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

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

toConstr :: NewComment -> Constr Source #

dataTypeOf :: NewComment -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Generic NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Associated Types

type Rep NewComment :: Type -> Type Source #

Show NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Binary NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

NFData NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

rnf :: NewComment -> () Source #

Eq NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Ord NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

type Rep NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

type Rep NewComment = D1 ('MetaData "NewComment" "GitHub.Data.Comments" "github-0.27-GyEEkzxzzJ15DTiIiQGZpG" 'False) (C1 ('MetaCons "NewComment" 'PrefixI 'True) (S1 ('MetaSel ('Just "newCommentBody") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text)))

data EditComment Source #

Constructors

EditComment 

Fields

Instances

Instances details
ToJSON EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Data EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

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

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

toConstr :: EditComment -> Constr Source #

dataTypeOf :: EditComment -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Generic EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Associated Types

type Rep EditComment :: Type -> Type Source #

Show EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Binary EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

NFData EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

rnf :: EditComment -> () Source #

Eq EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Ord EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

type Rep EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

type Rep EditComment = D1 ('MetaData "EditComment" "GitHub.Data.Comments" "github-0.27-GyEEkzxzzJ15DTiIiQGZpG" 'False) (C1 ('MetaCons "EditComment" 'PrefixI 'True) (S1 ('MetaSel ('Just "editCommentBody") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text)))

data NewPullComment Source #

Instances

Instances details
ToJSON NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

Data NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

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

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

toConstr :: NewPullComment -> Constr Source #

dataTypeOf :: NewPullComment -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Generic NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

Associated Types

type Rep NewPullComment :: Type -> Type Source #

Show NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

Binary NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

NFData NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

rnf :: NewPullComment -> () Source #

Eq NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

Ord NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

type Rep NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

type Rep NewPullComment = D1 ('MetaData "NewPullComment" "GitHub.Data.Comments" "github-0.27-GyEEkzxzzJ15DTiIiQGZpG" 'False) (C1 ('MetaCons "NewPullComment" 'PrefixI 'True) ((S1 ('MetaSel ('Just "newPullCommentCommit") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "newPullCommentPath") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "newPullCommentPosition") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "newPullCommentBody") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text))))

data PullCommentReply Source #

Instances

Instances details
ToJSON PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

Data PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

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

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

toConstr :: PullCommentReply -> Constr Source #

dataTypeOf :: PullCommentReply -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Generic PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

Associated Types

type Rep PullCommentReply :: Type -> Type Source #

Show PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

NFData PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

rnf :: PullCommentReply -> () Source #

Eq PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

Ord PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

type Rep PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

type Rep PullCommentReply = D1 ('MetaData "PullCommentReply" "GitHub.Data.Comments" "github-0.27-GyEEkzxzzJ15DTiIiQGZpG" 'False) (C1 ('MetaCons "PullCommentReply" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullCommentReplyBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))