View Source GitHub.Commit.Activity (GitHub REST API Client v0.3.3)

Provides struct and type for a Commit.Activity

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Commit.Activity{
  __info__: map(),
  days: [integer()],
  total: integer(),
  week: integer()
}