From 4e5d1e3e4487e10991d8efe755bdeebe1b997aa1 Mon Sep 17 00:00:00 2001 From: jkogut Date: Tue, 28 May 2019 20:36:22 +0200 Subject: [PATCH] Update projects.rst Having exactly 20 internal and 5 private projects in the group spent some time debugging this issue. Hopefully that helped: https://github.com/python-gitlab/python-gitlab/issues/93 Imho should be definitely mention about `all=True` parameter. --- docs/gl_objects/projects.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/gl_objects/projects.rst b/docs/gl_objects/projects.rst index b91f5f24e..ece28695e 100644 --- a/docs/gl_objects/projects.rst +++ b/docs/gl_objects/projects.rst @@ -39,6 +39,8 @@ Results can also be sorted using the following parameters: :: + # List all projects (default 20 ) + projects = gl.projects.list(all=True) # Archived projects projects = gl.projects.list(archived=1) # Limit to projects with a defined visibility