Table of Contents

Class JadeBotsClient

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

Provides query methods for jade bot skins and skins unlocked on the account.

public sealed class JadeBotsClient
Inheritance
JadeBotsClient
Inherited Members

Constructors

JadeBotsClient(HttpClient)

Initializes a new instance of the JadeBotsClient class.

Methods

GetJadeBotSkinById(int, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a jade bot skin by its ID.

GetJadeBotSkins(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all jade bot skins.

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

Retrieves jade bot skins by their IDs.

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

Retrieves a page of jade bot skins.

GetJadeBotSkinsIndex(CancellationToken)

Retrieves the IDs of all jade bot skins.

GetUnlockedJadeBotSkins(string?, CancellationToken)

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