We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9218903 commit d96ac52Copy full SHA for d96ac52
docs/source/api-reference/projects.rst
@@ -0,0 +1,24 @@
1
+========================================
2
+ Projectss and their Associated Objects
3
4
+
5
+This section of the documentation covers the representations of various
6
+objects related to the `Projects API`_.
7
8
+Project Objects
9
+---------------
10
11
+.. autoclass:: github3.projects.Project
12
+ :inherited-members:
13
14
+.. autoclass:: github3.projects.ProjectColumn
15
16
17
+.. autoclass:: github3.projects.ProjectCard
18
19
20
21
+.. ---
22
+.. links
23
+.. _Projects API:
24
+ https://docs.github.com/en/rest/reference/projects
0 commit comments