Python SDK
Python SDK for API integration
Overview
Python SDK for TechnoSpam.
PyPI Package
- Package:
technospam-sdk
Installation
pip install technospam-sdk
Repository
- GitHub: technospam-sdk-python
Usage
from technospam_sdk import TechnoSpamClient
client = TechnoSpamClient(
api_key=os.getenv("TECHNOSPAM_API_KEY")
)
Features
- Async/await support
- Type hints
- GraphQL client
- Authentication helpers