client methods for account info endpoints
This commit is contained in:
@@ -8,4 +8,7 @@ public class Accounts
|
||||
public string AuthenticateRefresh { get; set; }
|
||||
public string Logout { get; set; }
|
||||
public string GetProfilePicture { get; set; }
|
||||
public string GetAccountInfoById { get; set; }
|
||||
public string GetAccountInfo { get; set; }
|
||||
public string PutAccountInfo { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user