Class EquipmentTemplatesClient
- Namespace
- GuildWars2.Hero.Equipment.Templates
- Assembly
- GW2SDK.dll
Provides query methods for items equipped by a character and legendary items on the account.
public sealed class EquipmentTemplatesClient
- Inheritance
-
EquipmentTemplatesClient
- Inherited Members
Constructors
- EquipmentTemplatesClient(HttpClient)
Initializes a new instance of the EquipmentTemplatesClient class.
Methods
- GetActiveEquipmentTemplate(string, string?, MissingMemberBehavior, CancellationToken)
Retrieves the currently active equipment tab of a character on the account. This endpoint is only accessible with a valid access token.
- GetBoundLegendaryItems(string?, MissingMemberBehavior, CancellationToken)
Retrieves the number of bound legendary items on the account. This endpoint is only accessible with a valid access token.
- GetCharacterEquipment(string, string?, MissingMemberBehavior, CancellationToken)
Retrieves the equipment of a character on the account. This endpoint is only accessible with a valid access token.
- GetEquipmentTemplate(string, int, string?, MissingMemberBehavior, CancellationToken)
Retrieves an equipment template of a character on the account. This endpoint is only accessible with a valid access token.
- GetEquipmentTemplateNumbers(string, string?, CancellationToken)
Retrieves the unlocked equipment template numbers of a character on the account. Each character has 2 templates unlocked initially, which can be expanded up to 8 with Equipment Template Expansions. This endpoint is only accessible with a valid access token.
- GetEquipmentTemplates(string, string?, MissingMemberBehavior, CancellationToken)
Retrieves all unlocked equipment templates of a character on the account. This endpoint is only accessible with a valid access token.
- GetLegendaryItemById(int, MissingMemberBehavior, CancellationToken)
Retrieves a legendary item by its ID.
- GetLegendaryItems(MissingMemberBehavior, CancellationToken)
Retrieves all legendary items.
- GetLegendaryItemsByIds(IEnumerable<int>, MissingMemberBehavior, CancellationToken)
Retrieves legendary items by their IDs.
- GetLegendaryItemsByPage(int, int?, MissingMemberBehavior, CancellationToken)
Retrieves a page of legendary items.
- GetLegendaryItemsIndex(CancellationToken)
Retrieves the IDs of all legendary items.