Issue
Synchronous API only, no async/await support, blocks on I/O operations.
Location: All API client files
Problems
- Synchronous API only
- No async/await support
- Blocks on I/O operations
Recommended Fix
- Consider adding async client variant
- Use
aiohttp or httpx for async support