Python SDK
Python SDK for API integration
Overview
Python SDK for BigConsole.
PyPI Package
- Package:
bigconsole-sdk
Installation
pip install bigconsole-sdk
Repository
- GitHub: bigconsole-sdk-python
Usage
from bigconsole_sdk import BigConsoleClient
client = BigConsoleClient(
api_key=os.getenv("BIGCONSOLE_API_KEY")
)
Features
- Async/await support
- Type hints
- GraphQL client
- Authentication helpers