Table of Contents

Class NoveltiesClient

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

Provides query methods for novelties and novelties unlocked on the account.

public sealed class NoveltiesClient
Inheritance
NoveltiesClient
Inherited Members

Constructors

NoveltiesClient(HttpClient)

Initializes a new instance of the NoveltiesClient class.

Methods

GetNovelties(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all novelties.

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

Retrieves novelties by their IDs.

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

Retrieves a page of novelties.

GetNoveltiesIndex(CancellationToken)

Retrieves the IDs of all novelties.

GetNoveltyById(int, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a novelty by its ID.

GetUnlockedNovelties(string?, CancellationToken)

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