Python SDK
Python SDK for API integration
Overview
Python SDK for MyBodyShield.
PyPI Package
- Package:
mybodyshield-sdk
Installation
pip install mybodyshield-sdk
Repository
- GitHub: mybodyshield-sdk-python
Usage
from mybodyshield_sdk import MyBodyShieldClient
client = MyBodyShieldClient(
api_key=os.getenv("MYBODYSHIELD_API_KEY")
)
Features
- Async/await support
- Type hints
- GraphQL client
- Authentication helpers