bitmovin-api

Simple ruby wrapper for bitmovin encoding service api. Written in pure ruby with no runtime dependencies.


License
MIT
Install
gem install bitmovin-api -v 0.0.4

Documentation

Gem Version

The Leightweight full-featured API client for bitmovin cloud transcoding system written in Ruby with no additional dependencies.

Installation

Add to your gem file

  gem 'bitmovin-api'

or run

  gem install bitmovin-api

TODO

  • improve documentation
  • add CLI
  • improve spec
  • add rubocop & CI