Skip to content

Files

44 lines (28 loc) · 1.01 KB

gists.rst

File metadata and controls

44 lines (28 loc) · 1.01 KB

Gists

.. module:: github3

This part of the documentation details the properties and methods associated with |Gist|, |GistComment|, |GistHistory|, and |GistFile| objects. These classes should never be instantiated by the user (developer) directly.

Gist Objects

.. module:: github3.gists.gist

.. autoclass:: github3.gists.gist.Gist
    :inherited-members:


.. module:: github3.gists.comment

.. autoclass:: github3.gists.comment.GistComment
    :inherited-members:


.. module:: github3.gists.file

.. autoclass:: github3.gists.file.GistFile
    :inherited-members:


.. module:: github3.gists.history

.. autoclass:: github3.gists.history.GistHistory
    :inherited-members: