Bridge provides a Python client for interacting with the Bridge API. This SDK simplifies API integration by providing type-safe methods, automatic authentication handling, and built-in error handling.
Features
- Type Safety: Full Python type hints with generated types from our API specification
- Authentication: Automatic token management and refresh handling
- Error Handling: Comprehensive error handling with detailed error messages
- Request/Response Validation: Built-in validation for all API requests and responses
- Modern Python: Async/await support with Pydantic models
Installation
Install the SDK from PyPI:
Quick Start
Resources