Table of Contents

Class MapChestsClient

Namespace
GuildWars2.Pve.MapChests
Assembly
GW2SDK.dll

Provides query methods for daily map rewards.

public sealed class MapChestsClient
Inheritance
MapChestsClient
Inherited Members

Constructors

MapChestsClient(HttpClient)

Initializes a new instance of the MapChestsClient class.

Methods

GetMapChestById(string, MissingMemberBehavior, CancellationToken)

Retrieves a map chest by its ID.

GetMapChests(MissingMemberBehavior, CancellationToken)

Retrieves all map chests.

GetMapChestsByIds(IEnumerable<string>, MissingMemberBehavior, CancellationToken)

Retrieves map chests by their IDs.

GetMapChestsByPage(int, int?, MissingMemberBehavior, CancellationToken)

Retrieves a page of map chests.

GetMapChestsIndex(CancellationToken)

Retrieves the IDs of all map chests.

GetReceivedMapChests(string?, CancellationToken)

Retrieves the IDs of all map chests that have been received since the last server reset on the account associated with the access token. This endpoint is only accessible with a valid access token.