View Source GitHub.Gist (GitHub REST API Client v0.0.1-beta.0)

Provides struct and type for GistSimple

Link to this section Summary

Link to this section Types

@type simple() :: %GitHub.Gist{
  comments: integer() | nil,
  comments_url: String.t() | nil,
  commits_url: String.t() | nil,
  created_at: String.t() | nil,
  description: String.t() | nil,
  files: map() | nil,
  fork_of: map() | nil,
  forks: [map()] | nil,
  forks_url: String.t() | nil,
  git_pull_url: String.t() | nil,
  git_push_url: String.t() | nil,
  history: [GitHub.Gist.History.t()] | nil,
  html_url: String.t() | nil,
  id: String.t() | nil,
  node_id: String.t() | nil,
  owner: GitHub.User.simple() | nil,
  public: boolean() | nil,
  truncated: boolean() | nil,
  updated_at: String.t() | nil,
  url: String.t() | nil,
  user: String.t() | nil
}