/tradegecko-python

wrapper for tradegecko api python3

Primary LanguagePythonMIT LicenseMIT

image

Python wrapper for TradeGecko API.

Install

pip install tradegecko-python

How to use

Initialize client

tg = TradeGeckoRestClient(access_token, refresh_token)

Create company

tg.company.create(**company_data)

Update company

tg.company.update(company_id, **company_data)