Table of Contents

Interface ITcgDexClient

Namespace
TcgDex
Assembly
TcgDex.CSharpSdk.dll

Entry point to the TCGdex API.

public interface ITcgDexClient

Remarks

Resources are grouped the way the official SDKs group them, so client.Cards.GetAsync(id) here corresponds to tcgdex.card.get(id) there and the TCGdex documentation reads across without translation.

Properties

Cards

Card lookups.

ICardResource Cards { get; }

Property Value

ICardResource

Catalog

The enumeration endpoints, for building filters and pickers.

ICatalogResource Catalog { get; }

Property Value

ICatalogResource

Random

Random card, set and series.

IRandomResource Random { get; }

Property Value

IRandomResource

Series

Series lookups.

ISerieResource Series { get; }

Property Value

ISerieResource

Sets

Set lookups.

ISetResource Sets { get; }

Property Value

ISetResource