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