synth_ai.core.http
HTTP client utilities for Synth AI SDK.
This module provides async HTTP client functionality used by SDK modules
for communicating with the Synth backend.
Functions
sleep
http_request
method: HTTP method (GET, POST, etc.)url: Full URL to requestheaders: Optional headers dictbody: Optional JSON body dict
- Tuple of (status_code, response_data)