Skip to content

Commit

Permalink
Merge pull request #840 from python-gitlab/docs/project-docs
Browse files Browse the repository at this point in the history
docs(projects): add mention about project listings
  • Loading branch information
max-wittig committed Jul 21, 2019
2 parents f0e3daa + f604b25 commit de19296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/gl_objects/projects.rst
Expand Up @@ -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
Expand Down

0 comments on commit de19296

Please sign in to comment.