View Source GitHub.Classroom.Repository (GitHub REST API Client v0.2.3)

Provides struct and type for a Classroom.Repository

Link to this section Summary

Link to this section Types

@type simple() :: %GitHub.Classroom.Repository{
  __info__: map(),
  default_branch: String.t(),
  full_name: String.t(),
  html_url: String.t(),
  id: integer(),
  node_id: String.t(),
  private: boolean()
}