View Source GitHub.Commit.Author (GitHub REST API Client v0.3.1)

Provides struct and type for a Commit.Author

Link to this section Summary

Link to this section Types

@type simple() :: %GitHub.Commit.Author{
  __info__: map(),
  email: String.t(),
  name: String.t()
}