feat: Add miscellaaneous endpoint

This commit is contained in:
Michael Gerdemann
2020-01-17 16:32:50 +01:00
parent 774c0ff8bf
commit 95e565d6a0
3 changed files with 40 additions and 1 deletions

View File

@ -5,6 +5,7 @@ declare(strict_types=1);
namespace Avency\Gitea;
use Avency\Gitea\Endpoint\EndpointInterface;
use Avency\Gitea\Endpoint\Miscellaneous;
use Avency\Gitea\Endpoint\Repositories;
use Exception;
use Psr\Http\Message\ResponseInterface;
@ -13,6 +14,7 @@ use Psr\Http\Message\ResponseInterface;
* Gitea Client
*
* @method Repositories repositories()
* @method Miscellaneous miscellaneous()
*/
class Client
{