webnitros/githubclient

Клиент для управления issues github через rest

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

This package is auto-updated.

Last update: 2024-04-15 13:09:43 UTC


README

https://docs.github.com/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
]);