Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 555 Bytes

File metadata and controls

31 lines (17 loc) · 555 Bytes

Gist API Objects

The Gists API has a rich set of objects it returns.

Gist Representations

.. autoclass:: github3.gists.gist.ShortGist

.. autoclass:: github3.gists.gist.GistFork

.. autoclass:: github3.gists.gist.Gist


Files in a Gist

Gists have files which have two representations:

.. autoclass:: github3.gists.file.GistFile

.. autoclass:: github3.gists.file.ShortGistFile


The History of a Gist

.. autoclass:: github3.gists.history.GistHistory