Copyright © 2011 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
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.
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.
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.