Class BankClient
- Namespace
- GuildWars2.Hero.Banking
- Assembly
- GW2SDK.dll
Provides query methods for the account bank and material storage.
public sealed class BankClient
- Inheritance
-
BankClient
- Inherited Members
Constructors
- BankClient(HttpClient)
Initializes a new instance of the BankClient class.
Methods
- GetBank(string?, MissingMemberBehavior, CancellationToken)
Retrieves the items in the account bank.
- GetMaterialCategories(Language?, MissingMemberBehavior, CancellationToken)
Retrieves the categories of materials.
- GetMaterialCategoriesByIds(IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)
Retrieves material categories by their IDs.
- GetMaterialCategoriesByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a page of material categories.
- GetMaterialCategoriesIndex(CancellationToken)
Retrieves the IDs of all material categories.
- GetMaterialCategoryById(int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a material category by its ID.
- GetMaterialStorage(string?, MissingMemberBehavior, CancellationToken)
Retrieves the materials in the account's material storage.