japanese-pokemon-cards-sdk-.../docs/JpnCardsPokemon.Sdk.Client.ApiClient.FetchSetById(int).md

1.1 KiB

JpnCardsPokemon.Sdk

JpnCardsPokemon.Sdk.Client.ApiClient

ApiClient.FetchSetById(int) Method

Fetches a Set by its id.

public System.Threading.Tasks.Task<JpnCardsPokemon.Sdk.Api.Set?> FetchSetById(int id);

Parameters

id System.Int32

Id of the Set to fetch.

Returns

System.Threading.Tasks.Task<Set>
If existing returns the matching Set.