
Ruby SDK
The Ittybit Ruby library provides convenient access to the Ittybit API from Ruby applications.
Installation
Add this line to your application's Gemfile:
And then execute:
Or install it yourself as:
Usage
Basic Usage
Async Usage
The SDK also provides async clients for non-blocking operations:
Features
Media Management
File Management
Task Management
Signed URLs
Advanced Features
Request Options
You can customize individual requests with additional options:
The SDK only accepts the following headers:
Authorization
: Bearer token for authentication (required)ACCEPT_VERSION
: API version specification (optional, defaults to latest)
Error Handling
The SDK raises exceptions for API errors:
Contributing
While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!
On the other hand, contributions to the README are always very welcome!