Python SDK Reference
Complete API reference forsardis-sdk Python package.
Installation
Client Classes
SardisClient
Synchronous client for Sardis API.
api_key(str): Your Sardis API keybase_url(str, optional): API base URLretry(RetryConfig, optional): Retry configurationtimeout(TimeoutConfig, optional): Timeout configurationpool(PoolConfig, optional): Connection pool configurationlog_level(LogLevel, optional): Request/response logging level
close()- Close the client and cleanup resources
AsyncSardisClient
Asynchronous client for Sardis API (recommended for production).
SardisClient
Methods:
async close()- Close the client and cleanup resources