Aller au contenu

Le SDK Python

Pypi VersionPypi DownloadsGithub starsthe TCGdex Python SDK is released under the MIT license.Discord Link

Installation

Lance la commande suivante afin d’installer le SDK

Fenêtre de terminal
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

Code Source

Le code source du SDK est disponible sur Github !