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

Provides struct and type for GitCommit

Link to this section Summary

Link to this section Types

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