File tree 1 file changed +23
-0
lines changed 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,25 @@ Inspect the token currently used by the client
16
16
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17
17
.. automethod :: cognite.client._api.iam.TokenAPI.inspect
18
18
19
+ Projects
20
+ ^^^^^^^^^
21
+ Create projects
22
+ ~~~~~~~~~~~~~~~~
23
+ .. automethod :: cognite.client._api.projects.ProjectsAPI.create
24
+
25
+ List projects
26
+ ~~~~~~~~~~~~~~
27
+ .. automethod :: cognite.client._api.projects.ProjectsAPI.list
28
+
29
+ Retrieve project
30
+ ~~~~~~~~~~~~~~~~~
31
+ .. automethod :: cognite.client._api.projects.ProjectsAPI.retrieve
32
+
33
+ Update project
34
+ ~~~~~~~~~~~~~~~~
35
+ .. automethod :: cognite.client._api.projects.ProjectsAPI.update
36
+
37
+
19
38
Groups
20
39
^^^^^^
21
40
List groups
@@ -94,6 +113,10 @@ Data classes
94
113
:members:
95
114
:show-inheritance:
96
115
116
+ .. automodule :: cognite.client.data_classes.projects
117
+ :members:
118
+ :show-inheritance:
119
+
97
120
.. automodule :: cognite.client.data_classes.user_profiles
98
121
:members:
99
122
:show-inheritance:
You can’t perform that action at this time.
0 commit comments