UsersApi class
Properties
Methods
-
apiV1UsersGet(
{String? page, String? limit, String? search}) → Future< ApiV1UsersGet200Response?> - List users
-
apiV1UsersGetWithHttpInfo(
{String? page, String? limit, String? search}) → Future< Response> - List users
-
apiV1UsersIdGet(
String id) → Future< User?> - Get user
-
apiV1UsersIdGetWithHttpInfo(
String id) → Future< Response> - Get user
-
apiV1UsersMeDelete(
) → Future< Success?> - Delete current user
-
apiV1UsersMeDeleteWithHttpInfo(
) → Future< Response> - Delete current user
-
apiV1UsersMeGet(
) → Future< User?> - Get current user
-
apiV1UsersMeGetWithHttpInfo(
) → Future< Response> - Get current user
-
apiV1UsersMePatch(
{UpdateUser? updateUser}) → Future< User?> - Update current user
-
apiV1UsersMePatchWithHttpInfo(
{UpdateUser? updateUser}) → Future< Response> - Update current user
-
apiV1UsersPost(
{CreateUser? createUser}) → Future< User?> - Create user
-
apiV1UsersPostWithHttpInfo(
{CreateUser? createUser}) → Future< Response> - Create user
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited