View Source GitHub.Branch.ShortCommit (GitHub REST API Client v0.3.3)

Provides struct and type for a Branch.ShortCommit

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Branch.ShortCommit{
  __info__: map(),
  sha: String.t(),
  url: String.t()
}