Table of Contents

Class RaidsClient

Namespace
GuildWars2.Pve.Raids
Assembly
GW2SDK.dll

Provides query methods for raids and completed encounters.

public sealed class RaidsClient
Inheritance
RaidsClient
Inherited Members

Constructors

RaidsClient(HttpClient)

Initializes a new instance of the RaidsClient class.

Methods

GetCompletedEncounters(string?, CancellationToken)

Retrieves the IDs of all raid encounters that have been completed since the last weekly reset on the account associated with the access token. This endpoint is only accessible with a valid access token.

GetRaidById(string, MissingMemberBehavior, CancellationToken)

Retrieves a raid by its ID.

GetRaids(MissingMemberBehavior, CancellationToken)

Retrieves all raids.

GetRaidsByIds(IEnumerable<string>, MissingMemberBehavior, CancellationToken)

Retrieves raids by their IDs.

GetRaidsByPage(int, int?, MissingMemberBehavior, CancellationToken)

Retrieves a page of raids.

GetRaidsIndex(CancellationToken)

Retrieves the IDs of all raids.