Unverified Commit 4e5d1e3e authored by Jan Kogut's avatar Jan Kogut Committed by GitHub
Browse files

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.
parent a3a77131
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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