Table of Contents

Class OutfitsClient

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

Provides query methods for outfits and outfits unlocked on the account.

public sealed class OutfitsClient
Inheritance
OutfitsClient
Inherited Members

Constructors

OutfitsClient(HttpClient)

Initializes a new instance of the OutfitsClient class.

Methods

GetOutfitById(int, Language?, MissingMemberBehavior, CancellationToken)

Retrieves an outfit by its ID.

GetOutfits(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all outfits.

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

Retrieves outfits by their IDs.

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

Retrieves a page of outfits.

GetOutfitsIndex(CancellationToken)

Retrieves the IDs of all outfits.

GetUnlockedOutfits(string?, CancellationToken)

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