Table of Contents

Class FinishersClient

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

Provides query methods for enemy finishers and unlocked finishers on the account.

public sealed class FinishersClient
Inheritance
FinishersClient
Inherited Members

Constructors

FinishersClient(HttpClient)

Initializes a new instance of the FinishersClient class.

Methods

GetFinisherById(int, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a finisher by its ID.

GetFinishers(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all finishers.

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

Retrieves finishers by their IDs.

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

Retrieves a page of finishers.

GetFinishersIndex(CancellationToken)

Retrieves the IDs of all finishers.

GetUnlockedFinishers(string?, MissingMemberBehavior, CancellationToken)

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