Skip to content

Latest commit

 

History

History
89 lines (59 loc) · 2.11 KB

repos.rst

File metadata and controls

89 lines (59 loc) · 2.11 KB
.. module:: github3

Repository

This part of the documentation covers:

None of these objects should be instantiated directly by the user (developer). These are here for reference only.

When listing repositories in any context, GitHub refuses to return a number of attributes, e.g., source and parent. If you require these, call the refresh method on the repository object to make a second call to the API and retrieve those attributes.

More information for about this class can be found in the official documentation and in various other sections of the GitHub documentation.

Repository Objects

.. autoclass:: github3.repos.repo.Repository
    :inherited-members:


.. autoclass:: github3.repos.branch.Branch
    :members:


.. autoclass:: github3.repos.contents.Contents
    :members:


.. autoclass:: github3.repos.release.Release
    :members:



.. autoclass:: github3.repos.hook.Hook
    :members:


.. autoclass:: github3.repos.tag.RepoTag
    :members:


More information about this class can be found in the official documentation about comments.

.. autoclass:: github3.repos.comment.RepoComment
    :inherited-members:


.. autoclass:: github3.repos.commit.RepoCommit
    :members:


.. autoclass:: github3.repos.comparison.Comparison
    :members:


.. autoclass:: github3.repos.status.Status
    :members:


.. autoclass:: github3.repos.stats.ContributorStats
    :members: