Skip to content

Commit 43e3165

Browse files
committed
Added projects events endpoint
1 parent dd208fa commit 43e3165

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
@@ -111,4 +111,9 @@ public function removeKey($project_id, $key_id)
111111
return $this->delete('projects/'.urlencode($project_id).'/keys/'.urlencode($key_id));
112112
}
113113

114+
public function events($project_id)
115+
{
116+
return $this->get('projects/'.urlencode($project_id).'/events');
117+
}
118+
114119
}

0 commit comments

Comments
 (0)