Structs§
- CreateAccount Params 
- struct for passing parameters to the method create_account
- ForgotPassword Params 
- struct for passing parameters to the method forgot_password
- GetAccountAchievements Params 
- struct for passing parameters to the method get_account_achievements
- GetAccountCharacters Params 
- struct for passing parameters to the method get_account_characters
- GetAccountParams 
- struct for passing parameters to the method get_account
- ResetPassword Params 
- struct for passing parameters to the method reset_password
Enums§
- CreateAccount Error 
- struct for typed errors of method create_account
- ForgotPassword Error 
- struct for typed errors of method forgot_password
- GetAccountAchievements Error 
- struct for typed errors of method get_account_achievements
- GetAccountCharacters Error 
- struct for typed errors of method get_account_characters
- GetAccountError 
- struct for typed errors of method get_account
- ResetPassword Error 
- struct for typed errors of method reset_password
Functions§
- create_account 
- forgot_password 
- Request a password reset.
- get_account 
- Retrieve the details of an account.
- get_account_ achievements 
- Retrieve the achievements of a account.
- get_account_ characters 
- Account character lists.
- reset_password 
- Reset password with a token. Use /forgot_password to get a token by email.