Ruby
Bridge provides a Ruby client for interacting with the Bridge API. The generated SDK provides idiomatic resource methods, automatic authentication, and consistent error handling.
Features
- Idiomatic Ruby: Snake-case methods and keyword arguments
- Authentication: Automatic API key handling
- Error Handling: Typed errors with API response details
- Generated Resources: Methods and models generated from the Bridge API specification
- Environment Support: Built-in Production and Sandbox configuration
Installation
Add the SDK to your Gemfile:
Then install it:
Quick Start
Use BridgeApi::Environment::SANDBOX when testing against the Sandbox environment.