add getUserTimes function
This commit is contained in:
parent
cd20d09279
commit
1c3738c365
@ -96,4 +96,9 @@ class Repo{
|
|||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getUserTimes($username){
|
||||||
|
$url="repos/{$this->user}/{$this->repo}/times/{$username}";
|
||||||
|
return $this->client->request($url,'GET');
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user