Class DungeonsClient
- Namespace
- GuildWars2.Pve.Dungeons
- Assembly
- GW2SDK.dll
Provides query methods for dungeons and completed dungeon paths.
public sealed class DungeonsClient
- Inheritance
-
DungeonsClient
- Inherited Members
Constructors
- DungeonsClient(HttpClient)
Initializes a new instance of the DungeonsClient class.
Methods
- GetCompletedPaths(string?, CancellationToken)
Retrieves the IDs of all dungeon paths that have been completed since the last server reset on the account associated with the access token. This endpoint is only accessible with a valid access token.
- GetDungeonById(string, MissingMemberBehavior, CancellationToken)
Retrieves a dungeon by its ID.
- GetDungeons(MissingMemberBehavior, CancellationToken)
Retrieves all dungeons.
- GetDungeonsByIds(IEnumerable<string>, MissingMemberBehavior, CancellationToken)
Retrieves dungeons by their IDs.
- GetDungeonsByPage(int, int?, MissingMemberBehavior, CancellationToken)
Retrieves a page of dungeons.
- GetDungeonsIndex(CancellationToken)
Retrieves the IDs of all dungeons.