BunnyStream
This is the most basic library ever. No tests needed.
Usage
BunnyStream.configure do |c|
c.library_id = 123
c.access_key = "123-123-123-123-123-123"
end
video_id = BunnyStream::Storage.create_video({title: "test"})
BunnyStream::Storage.upload_video(video_id, File.open("sample.mp4"))
BunnyStream::Storage.delete_video(video_id)