/// <inheritdoc /> public Task <Legend> GetAsync(LegendType id, CancellationToken cancellationToken = default) => this.GetAsync(id.ToString(), cancellationToken);
public static Task <Legend> Legends(LegendType ID) { return(Builder.AddDirective("legends") .AddDirective(ID.ToString()) .RequestAsync <Legend>()); }