Skip to content

SHTCGClient.ClientService.GetCards()

github-actions[bot] edited this page Mar 9, 2026 · 1 revision

ClientService.GetCards() Method

Get the User's owned cards. (This automatically de-paginates the request and gets all cards.)

public System.Threading.Tasks.Task<SHTCGClient.Models.Cards.Card[]?> GetCards();

Returns

System.Threading.Tasks.Task<Card[]>
Array of cards

Clone this wiki locally