View Source GitHub.Blob (GitHub REST API Client v0.0.11)

Provides struct and type for Blob

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Blob{
  __info__: map(),
  content: String.t(),
  encoding: String.t(),
  highlighted_content: String.t() | nil,
  node_id: String.t(),
  sha: String.t(),
  size: integer() | nil,
  url: String.t()
}