Package io.github.kaposke.http
Interface UserClient
- All Known Implementing Classes:
UserService
public interface UserClient
-
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateUserRequest input) getById(float id) remove(float id) update(EditUserRequest input, float id)
-
Method Details
-
getCurrentUser
- Throws:
ApiException
-
getUserApis
- Throws:
ApiException
-
create
- Throws:
ApiException
-
getById
- Throws:
ApiException
-
update
- Throws:
ApiException
-
remove
- Throws:
ApiException
-