View Source GitHub.Tag (GitHub REST API Client v0.0.13)

Provides struct and type for Tag

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Tag{
  __info__: map(),
  commit: map(),
  name: String.t(),
  node_id: String.t(),
  tarball_url: String.t(),
  zipball_url: String.t()
}