View Source GitHub.Git.Commit (GitHub REST API Client v0.3.0)

Provides struct and type for a Git.Commit

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Git.Commit{
  __info__: map(),
  author: GitHub.Git.CommitAuthor.t(),
  committer: GitHub.Git.CommitCommitter.t(),
  html_url: String.t(),
  message: String.t(),
  node_id: String.t(),
  parents: [GitHub.Git.CommitParents.t()],
  sha: String.t(),
  tree: GitHub.Git.CommitTree.t(),
  url: String.t(),
  verification: GitHub.Git.CommitVerification.t()
}