Skip to content

Commit fa9176a

Browse files
committed
Merge pull request #19 from ivankristianto/master
add project search function
2 parents 67e8514 + 933419b commit fa9176a

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
@@ -128,4 +128,9 @@ public function events($project_id)
128128
return $this->get('projects/'.urlencode($project_id).'/events');
129129
}
130130

131+
public function search($query)
132+
{
133+
return $this->get('projects/search/'.urlencode($query));
134+
}
135+
131136
}

0 commit comments

Comments
 (0)