Installation
Add this line to your application’s Gemfile:Quick Start
Authentication
The BundleUp SDK uses API keys for authentication. You can obtain your API key from the BundleUp Dashboard.Usage
Connections
Manage your integration connections:Integrations
Work with available integrations:Webhooks
Manage webhook subscriptions:Proxy API
Make direct calls to the underlying integration APIs:Unify API
Access unified, normalized data across different integrations:Chat
Git
Project Management
Error Handling
The SDK provides custom exception classes for different error scenarios:Exception Classes
Bundleup::Error- Base class for all BundleUp errorsBundleup::APIError- Raised when an API error occursBundleup::AuthenticationError- Raised when authentication failsBundleup::InvalidRequestError- Raised when a request is invalid

