License | BSD-3-Clause |
---|---|
Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
Safe Haskell | None |
Language | Haskell2010 |
GitHub.Data.Gists
Description
Documentation
Constructors
Gist | |
Fields
|
Instances
Eq Gist Source # | |
Data Gist Source # | |
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 gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Gist dataTypeOf :: Gist -> DataType dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Gist) dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Gist) gmapT :: (forall b. Data b => b -> b) -> Gist -> Gist gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Gist -> r gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Gist -> r gmapQ :: (forall d. Data d => d -> u) -> Gist -> [u] gmapQi :: Int -> (forall d. Data d => d -> u) -> Gist -> u gmapM :: Monad m => (forall d. Data d => d -> m d) -> Gist -> m Gist gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Gist -> m Gist gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Gist -> m Gist | |
Show Gist Source # | |
Generic Gist Source # | |
NFData Gist Source # | |
Defined in GitHub.Data.Gists | |
FromJSON Gist Source # | |
Defined in GitHub.Data.Gists | |
Binary Gist Source # | |
type Rep Gist Source # | |
Defined in GitHub.Data.Gists type Rep Gist = D1 ('MetaData "Gist" "GitHub.Data.Gists" "github-0.23-K3uQMQDn7B7DXfUjYtDWP8" 'False) (C1 ('MetaCons "Gist" 'PrefixI 'True) (((S1 ('MetaSel ('Just "gistUser") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 SimpleUser) :*: (S1 ('MetaSel ('Just "gistGitPushUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL) :*: S1 ('MetaSel ('Just "gistUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL))) :*: (S1 ('MetaSel ('Just "gistDescription") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "gistCreatedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime) :*: S1 ('MetaSel ('Just "gistPublic") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Bool)))) :*: ((S1 ('MetaSel ('Just "gistComments") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "gistUpdatedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime) :*: S1 ('MetaSel ('Just "gistHtmlUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL))) :*: (S1 ('MetaSel ('Just "gistId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Name Gist)) :*: (S1 ('MetaSel ('Just "gistFiles") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (HashMap Text GistFile)) :*: S1 ('MetaSel ('Just "gistGitPullUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL)))))) |
Constructors
GistFile | |
Fields
|
Instances
Eq GistFile Source # | |
Data GistFile Source # | |
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 gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GistFile toConstr :: GistFile -> Constr dataTypeOf :: GistFile -> DataType dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GistFile) dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GistFile) gmapT :: (forall b. Data b => b -> b) -> GistFile -> GistFile gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GistFile -> r gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GistFile -> r gmapQ :: (forall d. Data d => d -> u) -> GistFile -> [u] gmapQi :: Int -> (forall d. Data d => d -> u) -> GistFile -> u gmapM :: Monad m => (forall d. Data d => d -> m d) -> GistFile -> m GistFile gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GistFile -> m GistFile gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GistFile -> m GistFile | |
Show GistFile Source # | |
Generic GistFile Source # | |
NFData GistFile Source # | |
Defined in GitHub.Data.Gists | |
FromJSON GistFile Source # | |
Defined in GitHub.Data.Gists | |
Binary GistFile Source # | |
type Rep GistFile Source # | |
Defined in GitHub.Data.Gists type Rep GistFile = D1 ('MetaData "GistFile" "GitHub.Data.Gists" "github-0.23-K3uQMQDn7B7DXfUjYtDWP8" 'False) (C1 ('MetaCons "GistFile" 'PrefixI 'True) ((S1 ('MetaSel ('Just "gistFileType") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "gistFileRawUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL) :*: S1 ('MetaSel ('Just "gistFileSize") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int))) :*: (S1 ('MetaSel ('Just "gistFileLanguage") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Language)) :*: (S1 ('MetaSel ('Just "gistFileFilename") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "gistFileContent") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Text)))))) |
data GistComment Source #
Constructors
GistComment | |
Fields
|
Instances
Eq GistComment Source # | |
Defined in GitHub.Data.Gists | |
Data GistComment Source # | |
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 gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GistComment toConstr :: GistComment -> Constr dataTypeOf :: GistComment -> DataType dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GistComment) dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GistComment) gmapT :: (forall b. Data b => b -> b) -> GistComment -> GistComment gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GistComment -> r gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GistComment -> r gmapQ :: (forall d. Data d => d -> u) -> GistComment -> [u] gmapQi :: Int -> (forall d. Data d => d -> u) -> GistComment -> u gmapM :: Monad m => (forall d. Data d => d -> m d) -> GistComment -> m GistComment gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GistComment -> m GistComment gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GistComment -> m GistComment | |
Ord GistComment Source # | |
Defined in GitHub.Data.Gists Methods compare :: GistComment -> GistComment -> Ordering (<) :: GistComment -> GistComment -> Bool (<=) :: GistComment -> GistComment -> Bool (>) :: GistComment -> GistComment -> Bool (>=) :: GistComment -> GistComment -> Bool max :: GistComment -> GistComment -> GistComment min :: GistComment -> GistComment -> GistComment | |
Show GistComment Source # | |
Defined in GitHub.Data.Gists Methods showsPrec :: Int -> GistComment -> ShowS show :: GistComment -> String showList :: [GistComment] -> ShowS | |
Generic GistComment Source # | |
Defined in GitHub.Data.Gists Associated Types type Rep GistComment :: Type -> Type | |
NFData GistComment Source # | |
Defined in GitHub.Data.Gists Methods rnf :: GistComment -> () # | |
FromJSON GistComment Source # | |
Defined in GitHub.Data.Gists | |
Binary GistComment Source # | |
Defined in GitHub.Data.Gists | |
type Rep GistComment Source # | |
Defined in GitHub.Data.Gists type Rep GistComment = D1 ('MetaData "GistComment" "GitHub.Data.Gists" "github-0.23-K3uQMQDn7B7DXfUjYtDWP8" '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)))))) |