Le SDK Python
Installation
Lance la commande suivante afin d’installer le SDK
pip install tcgdex-sdk
Utilisation
from tcgdexsdk import TCGdex
tcgdex = TCGdex("en") # Tu peux aussi utiliser `Language.EN` TCGdex(Language.EN)res = await tcgdex.card.get("swsh1-136")
Vous pouvez consulter les docs de l’API REST JSON et sélectionner l’onglet correct pour voir la commande spécifique à votre SDK