Safe Haskell | None |
---|
- data Payload = Payload {}
- data Commit = Commit {
- commitId :: Text
- commitDistinct :: Bool
- commitMessage :: Text
- commitTimestamp :: Text
- commitUrl :: Text
- commitAuthor :: User
- commitCommitter :: User
- commitAdded :: [FilePath]
- commitRemoved :: [FilePath]
- commitModified :: [FilePath]
- data Repository = Repository {
- repoId :: Int
- repoName :: Text
- repoUrl :: Text
- repoDescription :: Text
- repoHomepage :: Maybe Text
- repoWatchers :: Int
- repoStargazers :: Int
- repoForks :: Int
- repoFork :: Bool
- repoSize :: Int
- repoOwner :: User
- repoPrivate :: Bool
- repoOpenIssues :: Int
- repoHasIssues :: Bool
- repoHasDownloads :: Bool
- repoHasWiki :: Bool
- repoLanguage :: Text
- repoCreatedAt :: Int
- repoPushedAt :: Int
- repoMasterBranch :: Text
- data User = User {}
- data EmailAddress
Documentation
Payload | |
|
Commit | |
|
data Repository Source
Repository | |
|
User | |
|
data EmailAddress
Represents an email address.