8 lines
160 B
PHP
8 lines
160 B
PHP
<?php
|
|
include("Gitea.php");
|
|
$config=include("config.php");
|
|
|
|
$gitea=new Gitea($config['url'],$config['user'],$config['pass']);
|
|
|
|
$gitea->getIssues('james','rc');
|