Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (21 loc) · 691 Bytes

File metadata and controls

35 lines (21 loc) · 691 Bytes

GitHub Object

The GitHub objects is the point at which most usage of github4.py works.

GitHub.com Object

.. autoclass:: github4.github.GitHub
    :inherited-members:


Examples

There are some examples of how to get started with this object :ref:`here <github_examples>`.

GitHubEnterprise Object

This has all of the same attributes as the :class:`~github4.github.GitHub` object so for brevity's sake, I'm not listing all of it's inherited members.

.. autoclass:: github4.github.GitHubEnterprise
    :members:


GitHubSession Object

.. autoclass:: github4.session.GitHubSession