client methods for account info endpoints

This commit is contained in:
2024-10-27 20:22:55 +01:00
Unverified
parent ad822c648a
commit 89dc74f767
7 changed files with 72 additions and 2 deletions

View File

@@ -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; }
}