CitraClient.Account (citra_client v0.3.0)
View SourceGenerated operations for OpenAPI tag account.
Summary
Functions
Add User To Group
Get My Account
Get My Group Members
Get My Upload Usage
Remove User From Group
Update My Preferences
Functions
Add User To Group
Add a user to the current user's group by username. Only group admins can add users.
POST /my/group/members
Body
Request body (map or generated struct).
Get My Account
GET /my/account
Get My Group Members
Get all members of the current user's group. Returns 404 if user is not in a group.
GET /my/group/members
Get My Upload Usage
Get the current user's image upload usage and effective quota.
GET /my/upload-usage
Remove User From Group
Remove a user from the current user's group. Only group admins can remove users.
DELETE /my/group/members/{user_id}
Path parameters
user_id(path)
Update My Preferences
Update the current user's preferences.
PATCH /my/preferences
Body
Request body (map or generated struct).