Table of Contents

Method GetDailyCraftableItems

Namespace
GuildWars2.Hero.Crafting.Daily
Assembly
GW2SDK.dll

GetDailyCraftableItems(CancellationToken)

Retrieves items that can be crafted once per day per account.

public Task<(HashSet<string> Value, MessageContext Context)> GetDailyCraftableItems(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<string> Value, MessageContext Context)>

A task that represents the API request.

Remarks

The returned values are strings such as "charged_quartz_crystal" instead of the item ID, so you will need to maintain a conversion from the strings to the item IDs to get the item details.