Class SkiffsClient
- Namespace
- GuildWars2.Hero.Equipment.Skiffs
- Assembly
- GW2SDK.dll
Provides query methods for skiffs and skiffs unlocked on the account.
public sealed class SkiffsClient
- Inheritance
-
SkiffsClient
- Inherited Members
Constructors
- SkiffsClient(HttpClient)
Initializes a new instance of the SkiffsClient class.
Methods
- GetSkiffSkinById(int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a skiff skin by its ID.
- GetSkiffSkins(Language?, MissingMemberBehavior, CancellationToken)
Retrieves all skiff skins.
- GetSkiffSkinsByIds(IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)
Retrieves skiff skins by their IDs.
- GetSkiffSkinsByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a page of skiff skins.
- GetSkiffSkinsIndex(CancellationToken)
Retrieves the IDs of all skiff skins.
- GetUnlockedSkiffSkins(string?, CancellationToken)
Retrieves the IDs of skiff skins unlocked on the account associated with the access token. This endpoint is only accessible with a valid access token.