Module: Githu3

Defined in:
lib/githu3/error.rb,
lib/githu3.rb,
lib/githu3/cli.rb,
lib/githu3/key.rb,
lib/githu3/org.rb,
lib/githu3/ref.rb,
lib/githu3/tag.rb,
lib/githu3/pull.rb,
lib/githu3/repo.rb,
lib/githu3/team.rb,
lib/githu3/tree.rb,
lib/githu3/user.rb,
lib/githu3/cache.rb,
lib/githu3/event.rb,
lib/githu3/issue.rb,
lib/githu3/label.rb,
lib/githu3/store.rb,
lib/githu3/branch.rb,
lib/githu3/client.rb,
lib/githu3/commit.rb,
lib/githu3/comment.rb,
lib/githu3/version.rb,
lib/githu3/download.rb,
lib/githu3/resource.rb,
lib/githu3/milestone.rb,
lib/githu3/relations.rb,
lib/githu3/cache/disk.rb,
lib/githu3/connection.rb,
lib/githu3/git_commit.rb,
lib/githu3/cache/redis.rb,
lib/githu3/resource_collection.rb

Overview

Shamelessly stealed from Octokit

Defined Under Namespace

Modules: Cache, Relations Classes: BadGateway, BadRequest, Branch, CLI, Client, Comment, Commit, Connection, Download, Error, Event, Forbidden, GitCommit, InternalServerError, Issue, Key, Label, Milestone, NotAcceptable, NotFound, NotImplemented, Org, Pull, Ref, Repo, Resource, ResourceCollection, ServiceUnavailable, Store, Tag, Team, Tree, Unauthorized, UnprocessableEntity, User

Constant Summary collapse

Resources =
%w{
  branch
  comment 
  commit
  download
  event 
  git_commit
  issue 
  key 
  label 
  milestone 
  org 
  pull
  repo 
  tag 
  team 
  tree
  user 
}
VERSION =
"0.0.8".freeze