Interface ITcgDexClient
- Namespace
- TcgDex
- Assembly
- TcgDex.CSharpSdk.dll
Entry point to the TCGdex API.
public interface ITcgDexClientRemarks
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
Catalog
The enumeration endpoints, for building filters and pickers.
ICatalogResource Catalog { get; }Property Value
Random
Random card, set and series.
IRandomResource Random { get; }Property Value
Series
Series lookups.
ISerieResource Series { get; }Property Value
Sets
Set lookups.
ISetResource Sets { get; }