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

Provides struct and type for Blob

Link to this section Summary

Link to this section Types

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