feat: add further Repo endpoints

This commit is contained in:
Michael Gerdemann
2020-01-19 11:06:00 +01:00
parent bfb83eb719
commit eeb2655889
19 changed files with 1779 additions and 221 deletions

View File

@ -11,7 +11,7 @@ use Avency\Gitea\Client;
*/
class Admin extends AbstractEndpoint implements EndpointInterface
{
const BASE_URI = 'api/v1/admin';
const BASE_URI = '/admin';
/**
* @var Client