Skip to content

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

Notifications You must be signed in to change notification settings

webnitros/GitHubClientRest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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
]);

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages