ReferenceΒΆ

The primary class you will instantiate is github.MainClass.Github. From its get_, create_ methods, you will obtain instances of all Github objects like github.NamedUser.NamedUser or github.Repository.Repository.

All classes inherit from github.GithubObject.GithubObject.