Table of Contents

Class WardrobeClient

Namespace
GuildWars2.Hero.Equipment.Wardrobe
Assembly
GW2SDK.dll

Provides query methods for armor and weapon skins and skins unlocked on the account.

public sealed class WardrobeClient
Inheritance
WardrobeClient
Inherited Members

Constructors

WardrobeClient(HttpClient)

Initializes a new instance of the WardrobeClient class.

Methods

GetSkinById(int, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a skin by its ID.

GetSkinsBulk(Language?, MissingMemberBehavior, int, int, IProgress<BulkProgress>?, CancellationToken)

Retrieves all skins by chunking requests and executing them in parallel.

GetSkinsBulk(IEnumerable<int>, Language?, MissingMemberBehavior, int, int, IProgress<BulkProgress>?, CancellationToken)

Retrieves skins by their IDs by chunking requests and executing them in parallel. Supports more than 200 IDs.

GetSkinsByIds(IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves skins by their IDs.

GetSkinsByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a page of skins.

GetSkinsIndex(CancellationToken)

Retrieves the IDs of all skins.

GetUnlockedSkins(string?, CancellationToken)

Retrieves the IDs of skins unlocked on the account associated with the access token. This endpoint is only accessible with a valid access token.