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