View Source
GitHub.Git.Commit
(GitHub REST API Client v0.0.12)
Provides struct and type for GitCommit
@type t() :: %GitHub.Git.Commit{
__info__: map(),
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()
}