Table of Contents

Class LogosClient

Namespace
GuildWars2.Logos
Assembly
GW2SDK.dll

Provides query methods for logos.

public sealed class LogosClient
Inheritance
LogosClient
Inherited Members

Constructors

LogosClient(HttpClient)

Initializes a new instance of the LogosClient class.

Methods

GetLogoById(string, MissingMemberBehavior, CancellationToken)

Retrieves a logo by its ID.

GetLogos(MissingMemberBehavior, CancellationToken)

Retrieves all logos.

GetLogosByIds(IEnumerable<string>, MissingMemberBehavior, CancellationToken)

Retrieves logos by their IDs.

GetLogosByPage(int, int?, MissingMemberBehavior, CancellationToken)

Retrieves a page of logos.

GetLogosIndex(CancellationToken)

Retrieves the IDs of all logos.