github-0.20: Access to the GitHub API, v3.

LicenseBSD-3-Clause
MaintainerOleg Grenrus <oleg.grenrus@iki.fi>
Safe HaskellNone
LanguageHaskell2010

GitHub.Data.Gists

Description

 

Documentation

data Gist Source #

Instances
Eq Gist Source # 
Instance details

Defined in GitHub.Data.Gists

Methods

(==) :: Gist -> Gist -> Bool Source #

(/=) :: Gist -> Gist -> Bool Source #

Data Gist Source # 
Instance details

Defined in GitHub.Data.Gists

Methods

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

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

toConstr :: Gist -> Constr Source #

dataTypeOf :: Gist -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Show Gist Source # 
Instance details

Defined in GitHub.Data.Gists

Generic Gist Source # 
Instance details

Defined in GitHub.Data.Gists

Associated Types

type Rep Gist :: Type -> Type Source #

Methods

from :: Gist -> Rep Gist x Source #

to :: Rep Gist x -> Gist Source #

FromJSON Gist Source # 
Instance details

Defined in GitHub.Data.Gists

Binary Gist Source # 
Instance details

Defined in GitHub.Data.Gists

NFData Gist Source # 
Instance details

Defined in GitHub.Data.Gists

Methods

rnf :: Gist -> () Source #

type Rep Gist Source # 
Instance details

Defined in GitHub.Data.Gists

data GistFile Source #

Instances
Eq GistFile Source # 
Instance details

Defined in GitHub.Data.Gists

Data GistFile Source # 
Instance details

Defined in GitHub.Data.Gists

Methods

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

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

toConstr :: GistFile -> Constr Source #

dataTypeOf :: GistFile -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Show GistFile Source # 
Instance details

Defined in GitHub.Data.Gists

Generic GistFile Source # 
Instance details

Defined in GitHub.Data.Gists

Associated Types

type Rep GistFile :: Type -> Type Source #

FromJSON GistFile Source # 
Instance details

Defined in GitHub.Data.Gists

Binary GistFile Source # 
Instance details

Defined in GitHub.Data.Gists

NFData GistFile Source # 
Instance details

Defined in GitHub.Data.Gists

Methods

rnf :: GistFile -> () Source #

type Rep GistFile Source # 
Instance details

Defined in GitHub.Data.Gists

data GistComment Source #

Instances
Eq GistComment Source # 
Instance details

Defined in GitHub.Data.Gists

Data GistComment Source # 
Instance details

Defined in GitHub.Data.Gists

Methods

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

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

toConstr :: GistComment -> Constr Source #

dataTypeOf :: GistComment -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Ord GistComment Source # 
Instance details

Defined in GitHub.Data.Gists

Show GistComment Source # 
Instance details

Defined in GitHub.Data.Gists

Generic GistComment Source # 
Instance details

Defined in GitHub.Data.Gists

Associated Types

type Rep GistComment :: Type -> Type Source #

FromJSON GistComment Source # 
Instance details

Defined in GitHub.Data.Gists

Binary GistComment Source # 
Instance details

Defined in GitHub.Data.Gists

NFData GistComment Source # 
Instance details

Defined in GitHub.Data.Gists

Methods

rnf :: GistComment -> () Source #

type Rep GistComment Source # 
Instance details

Defined in GitHub.Data.Gists

type Rep GistComment = D1 (MetaData "GistComment" "GitHub.Data.Gists" "github-0.20-EqsirKiH6Hk89stA2S25YD" False) (C1 (MetaCons "GistComment" PrefixI True) ((S1 (MetaSel (Just "gistCommentUser") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SimpleUser) :*: (S1 (MetaSel (Just "gistCommentUrl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 URL) :*: S1 (MetaSel (Just "gistCommentCreatedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 UTCTime))) :*: (S1 (MetaSel (Just "gistCommentBody") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "gistCommentUpdatedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 UTCTime) :*: S1 (MetaSel (Just "gistCommentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Id GistComment))))))