Python wrapper for TradeGecko REST API
Project description
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)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.