The GitHub objects is the point at which most usage of github3.py works.
.. autoclass:: github3.github.GitHub
:inherited-members:
There are some examples of how to get started with this object :ref:`here <github_examples>`.
This has all of the same attributes as the :class:`~github3.github.GitHub` object so for brevity's sake, I'm not listing all of it's inherited members.
.. autoclass:: github3.github.GitHubEnterprise
:members:
.. autoclass:: github3.github.GitHubStatus
:members:
.. autoclass:: github3.session.GitHubSession