There was an error while loading. Please reload this page.
2 parents f0e3daa + f604b25 commit de19296Copy full SHA for de19296
1 file changed
docs/gl_objects/projects.rst
@@ -39,6 +39,8 @@ Results can also be sorted using the following parameters:
39
40
::
41
42
+ # List all projects (default 20)
43
+ projects = gl.projects.list(all=True)
44
# Archived projects
45
projects = gl.projects.list(archived=1)
46
# Limit to projects with a defined visibility
0 commit comments