Skip to content

Commit

Permalink
Add API Ref for Projects
Browse files Browse the repository at this point in the history
Closes #967
  • Loading branch information
sigmavirus24 committed Oct 31, 2021
1 parent 9218903 commit d96ac52
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/source/api-reference/projects.rst
@@ -0,0 +1,24 @@
========================================
Projectss and their Associated Objects

This comment has been minimized.

Copy link
@mgorny

mgorny Nov 1, 2021

You've got a typo here (double s).

========================================

This section of the documentation covers the representations of various
objects related to the `Projects API`_.

Project Objects
---------------

.. autoclass:: github3.projects.Project
:inherited-members:

.. autoclass:: github3.projects.ProjectColumn
:inherited-members:

.. autoclass:: github3.projects.ProjectCard
:inherited-members:


.. ---
.. links
.. _Projects API:
https://docs.github.com/en/rest/reference/projects

0 comments on commit d96ac52

Please sign in to comment.