This part of the documentation covers the module associated with the Git Data section of the GitHub API.
Like much of the GitHub API, many objects have different representations.
.. autoclass:: github3.git.Blob
.. autoclass:: github3.git.Commit
.. autoclass:: github3.git.ShortCommit
.. autoclass:: github3.git.CommitTree
.. autoclass:: github3.git.Hash
.. autoclass:: github3.git.Tree
Yes, we know, GitObject is a funky name.
.. autoclass:: github3.git.GitObject
.. autoclass:: github3.git.Reference
.. autoclass:: github3.git.Tag