Table of Contents

Class GlidersClient

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

Provides query methods for glider skins and skins unlocked on the account.

public sealed class GlidersClient
Inheritance
GlidersClient
Inherited Members

Constructors

GlidersClient(HttpClient)

Initializes a new instance of the GlidersClient class.

Methods

GetGliderSkinById(int, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a glider skin by its ID.

GetGliderSkins(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all glider skins.

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

Retrieves glider skins by their IDs.

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

Retrieves a page of glider skins.

GetGliderSkinsIndex(CancellationToken)

Retrieves the IDs of all glider skins.

GetUnlockedGliderSkins(string?, CancellationToken)

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