Comprehensive documentation for TrustCafé API wrapper - Forked with enhanced documentation
| jobs | ||
| trustcafeapiwrapper.egg-info | ||
| .gitignore | ||
| .python-version | ||
| __init__.py | ||
| apiclient.py | ||
| pyproject.toml | ||
| README.md | ||
| setup.py | ||
| testing.py | ||
| uv.lock | ||
| venv.bat | ||
Trustcafe API Wrapper
Intended use (not working yet but testing.py does)
''' import trustcafeapi import os, simplejson as json
API = trustcafeapi.APIClient( client_id=os.getenv("client_id"), client_secret=os.getenv("client_secret"), debug=True )
'''