Kaltura Client Library - Ruby

Bug in Client Library? Fix or get Gem

I was playing around with the Ruby client of API version: 3.1.4 and was having trouble using some methods because of the "fragile" KalturaClassFactory.

issue with v3 of the Ruby client API

Hey,

The v3 Ruby client library is incapable of sending files to the Kaltura service. This is because of the implementation of the Net::Http library, it doesn't handle multipart POST requests.

Kaltura-Ruby generation as a Gem

I've started working on a generator for a Ruby Client Library by using http://www.kaltura.org/api-client-library-generator-guide as a reference.