View Source GitHub.Content.Tree (GitHub REST API Client v0.0.4)

Provides struct and type for ContentTree

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Content.Tree{
  _links: map(),
  download_url: String.t() | nil,
  entries: [map()] | nil,
  git_url: String.t() | nil,
  html_url: String.t() | nil,
  name: String.t(),
  path: String.t(),
  sha: String.t(),
  size: integer(),
  type: String.t(),
  url: String.t()
}