Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.18 KB

README.md

File metadata and controls

45 lines (35 loc) · 2.18 KB

Kaltura Client Generator

The code in this repo is used to auto generate the Kaltura client libraries for each supported language.

License

Deployment Instructions

The list of supported clients is [here] (https://github.com/kaltura/clients-generator/blob/Kajam-11.18.0/config/generator.all.ini) To generate one client run:

$ php /opt/kaltura/clients-generator/exec.php $CLIENT_NAME

For example, to generate php53 run:

php /opt/kaltura/clients-generator/exec.php php53

To generate all available clients, run:

while read CLIENT;do php /opt/kaltura/clients-generator/exec.php $CLIENT;done < /opt/kaltura/clients-generator/config/generator.all.ini

Getting started with the API

To learn how to use the Kaltura API, go to [developer.kaltura.com] (developer.kaltura.com)

How you can help (guidelines for contributors)

Thank you for helping Kaltura grow! If you'd like to contribute please follow these steps:

Where to get help

Get in touch

You can learn more about Kaltura and start a free trial at: http://corp.kaltura.com
Contact us via Twitter @Kaltura or email: [email protected]
We'd love to hear from you!

License and Copyright Information

All code in this project is released under the AGPLv3 license unless a different license for a particular library is specified in the applicable library path.

Copyright © Kaltura Inc. All rights reserved.
Authors and contributors: See GitHub contributors list.