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 8693991 commit c01c566Copy full SHA for c01c566
lib/Gitlab/Api/Users.php
@@ -68,9 +68,9 @@ public function show($id)
68
* @param int $id
69
* @return mixed
70
*/
71
- public function usersProjects($id)
+ public function usersProjects($id, array $params = array())
72
{
73
- return $this->get('users/'.$this->encodePath($id).'/projects');
+ return $this->get('users/'.$this->encodePath($id).'/projects', $params);
74
}
75
76
/**
0 commit comments