We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544ba36 commit db83ad0Copy full SHA for db83ad0
lib/Gitlab/Api/Projects.php
@@ -160,6 +160,11 @@ public function events($project_id)
160
return $this->get('projects/'.urlencode($project_id).'/events');
161
}
162
163
+ public function labels($project_id)
164
+ {
165
+ return $this->get('projects/'.urlencode($project_id).'/labels');
166
+ }
167
+
168
public function search($query)
169
{
170
return $this->get('projects/search/'.urlencode($query));
0 commit comments