View Source GitHub.Content.File (GitHub REST API Client v0.0.13)

Provides struct and type for ContentFile

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Content.File{
  __info__: map(),
  _links: map(),
  content: String.t(),
  download_url: String.t() | nil,
  encoding: String.t(),
  git_url: String.t() | nil,
  html_url: String.t() | nil,
  name: String.t(),
  path: String.t(),
  sha: String.t(),
  size: integer(),
  submodule_git_url: String.t() | nil,
  target: String.t() | nil,
  type: String.t(),
  url: String.t()
}