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
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 # | |
FromJSON GistFile Source # | |
Binary GistFile Source # | |
NFData GistFile Source # | |
Defined in GitHub.Data.Gists | |
type Rep GistFile Source # | |
Defined in GitHub.Data.Gists type Rep GistFile = D1 ('MetaData "GistFile" "GitHub.Data.Gists" "github-0.28.0.1-Ane44df1Z4EB2fvYeVzY0Q" '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
Constructors
NewGist | |
Fields
|
Instances
Eq NewGist Source # | |
Data NewGist Source # | |
Defined in GitHub.Data.Gists Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> NewGist -> c NewGist # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c NewGist # toConstr :: NewGist -> Constr # dataTypeOf :: NewGist -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c NewGist) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c NewGist) # gmapT :: (forall b. Data b => b -> b) -> NewGist -> NewGist # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> NewGist -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> NewGist -> r # gmapQ :: (forall d. Data d => d -> u) -> NewGist -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> NewGist -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> NewGist -> m NewGist # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> NewGist -> m NewGist # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> NewGist -> m NewGist # | |
Show NewGist Source # | |
Generic NewGist Source # | |
ToJSON NewGist Source # | |
Defined in GitHub.Data.Gists | |
Binary NewGist Source # | |
NFData NewGist Source # | |
Defined in GitHub.Data.Gists | |
type Rep NewGist Source # | |
Defined in GitHub.Data.Gists type Rep NewGist = D1 ('MetaData "NewGist" "GitHub.Data.Gists" "github-0.28.0.1-Ane44df1Z4EB2fvYeVzY0Q" 'False) (C1 ('MetaCons "NewGist" 'PrefixI 'True) (S1 ('MetaSel ('Just "newGistDescription") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "newGistFiles") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (HashMap Text NewGistFile)) :*: S1 ('MetaSel ('Just "newGistPublic") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Bool))))) |
data NewGistFile Source #
Constructors
NewGistFile | |
Fields |
Instances
Eq NewGistFile Source # | |
Defined in GitHub.Data.Gists | |
Data NewGistFile Source # | |
Defined in GitHub.Data.Gists Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> NewGistFile -> c NewGistFile # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c NewGistFile # toConstr :: NewGistFile -> Constr # dataTypeOf :: NewGistFile -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c NewGistFile) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c NewGistFile) # gmapT :: (forall b. Data b => b -> b) -> NewGistFile -> NewGistFile # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> NewGistFile -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> NewGistFile -> r # gmapQ :: (forall d. Data d => d -> u) -> NewGistFile -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> NewGistFile -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> NewGistFile -> m NewGistFile # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> NewGistFile -> m NewGistFile # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> NewGistFile -> m NewGistFile # | |
Show NewGistFile Source # | |
Defined in GitHub.Data.Gists Methods showsPrec :: Int -> NewGistFile -> ShowS # show :: NewGistFile -> String # showList :: [NewGistFile] -> ShowS # | |
Generic NewGistFile Source # | |
Defined in GitHub.Data.Gists Associated Types type Rep NewGistFile :: Type -> Type # | |
ToJSON NewGistFile Source # | |
Defined in GitHub.Data.Gists Methods toJSON :: NewGistFile -> Value # toEncoding :: NewGistFile -> Encoding # toJSONList :: [NewGistFile] -> Value # toEncodingList :: [NewGistFile] -> Encoding # | |
Binary NewGistFile Source # | |
Defined in GitHub.Data.Gists | |
NFData NewGistFile Source # | |
Defined in GitHub.Data.Gists Methods rnf :: NewGistFile -> () # | |
type Rep NewGistFile Source # | |
Defined in GitHub.Data.Gists type Rep NewGistFile = D1 ('MetaData "NewGistFile" "GitHub.Data.Gists" "github-0.28.0.1-Ane44df1Z4EB2fvYeVzY0Q" 'False) (C1 ('MetaCons "NewGistFile" 'PrefixI 'True) (S1 ('MetaSel ('Just "newGistFileContent") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text))) |