View Source
GitHub.Git.Commit
(GitHub REST API Client v0.1.1)
Provides struct and type for a Git.Commit
@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()
}