Search
Provides struct and type for a Blob
@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() }