Skip to content

Commit 933419b

Browse files
add project search function
1 parent 3bdeff2 commit 933419b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/Gitlab/Api/Projects.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,9 @@ public function events($project_id)
121121
return $this->get('projects/'.urlencode($project_id).'/events');
122122
}
123123

124+
public function search($query)
125+
{
126+
return $this->get('projects/search/'.urlencode($query));
127+
}
128+
124129
}

0 commit comments

Comments
 (0)