webnitros/githubclient

用于通过REST管理GitHub issues的客户端

1.0.3-beta 2021-12-17 20:31 UTC

This package is auto-updated.

Last update: 2024-09-15 13:57:52 UTC


README

https://githubdocs.cn/en/rest/reference/issues

$User = new User('ORGANIZATION NAME', 'API KEY');
$Client = new Issues($User);
$issue = $Client->setRepo('РЕПОЗИТОРИЙ');
$list = \GitHubClientRest\Commands\Issues::getList($issue, [
    'per_page' => 100
]);