Structs§
- Create
Account Params  - struct for passing parameters to the method 
create_account - Forgot
Password Params  - struct for passing parameters to the method 
forgot_password - GetAccount
Achievements Params  - struct for passing parameters to the method 
get_account_achievements - GetAccount
Characters Params  - struct for passing parameters to the method 
get_account_characters - GetAccount
Params  - struct for passing parameters to the method 
get_account - Reset
Password Params  - struct for passing parameters to the method 
reset_password 
Enums§
- Create
Account Error  - struct for typed errors of method 
create_account - Forgot
Password Error  - struct for typed errors of method 
forgot_password - GetAccount
Achievements Error  - struct for typed errors of method 
get_account_achievements - GetAccount
Characters Error  - struct for typed errors of method 
get_account_characters - GetAccount
Error  - struct for typed errors of method 
get_account - Reset
Password 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.