X Tutup
Skip to content

Commit e4cd04c

Browse files
author
Gauvain Pocentek
committed
docs: project search API
1 parent b21dca0 commit e4cd04c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/gl_objects/projects.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
# List all the projects
1616
projects = gl.projects.all()
17+
18+
# Search projects
19+
projects = gl.projects.search('query')
1720
# end list
1821

1922
# get

0 commit comments

Comments
 (0)
X Tutup