Closed ghost closed 10 months ago
Hi. the code usage says client = Trading212(token="your_api_token", demo=False)
but the class init says def init(self, api_key: str, demo: bool = True):
token should be api_key
Fixed in 0.5.0
Hi. the code usage says client = Trading212(token="your_api_token", demo=False)
but the class init says def init(self, api_key: str, demo: bool = True):
token should be api_key