The Python SDK
Installation
Run the following command to use it with pip
pip install tcgdex-sdk
Usage
from tcgdexsdk import TCGdex
tcgdex = TCGdex("en") # You can also use `Language.EN` TCGdex(Language.EN)res = await tcgdex.card.get("swsh1-136")
You can check in the JSON REST API docs and select the correct tab to see the command specific for your SDK