mirror of
https://github.com/avency/Gitea.git
synced 2025-10-29 18:52:33 +01:00
feat: Add user endpoint
This commit is contained in:
@ -9,6 +9,7 @@ use Avency\Gitea\Endpoint\EndpointInterface;
|
||||
use Avency\Gitea\Endpoint\Miscellaneous;
|
||||
use Avency\Gitea\Endpoint\Organizations;
|
||||
use Avency\Gitea\Endpoint\Repositories;
|
||||
use Avency\Gitea\Endpoint\User;
|
||||
use Exception;
|
||||
use Psr\Http\Message\ResponseInterface;
|
||||
|
||||
@ -19,6 +20,7 @@ use Psr\Http\Message\ResponseInterface;
|
||||
* @method Miscellaneous miscellaneous()
|
||||
* @method Organizations organizations()
|
||||
* @method Repositories repositories()
|
||||
* @method User user()
|
||||
*/
|
||||
class Client
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user