Skip to content

Commit f604b25

Browse files
jkogutmax-wittig
authored andcommitted
docs(projects): add mention about project listings
Having exactly 20 internal and 5 private projects in the group spent some time debugging this issue. Hopefully that helped: python-gitlab#93 Imho should be definitely mention about `all=True` parameter.
1 parent 262b222 commit f604b25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/gl_objects/projects.rst

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Results can also be sorted using the following parameters:
3939

4040
::
4141

42+
# List all projects (default 20)
43+
projects = gl.projects.list(all=True)
4244
# Archived projects
4345
projects = gl.projects.list(archived=1)
4446
# Limit to projects with a defined visibility

0 commit comments

Comments
 (0)