## Kaltura node.js API Client Library.
Compatible with Kaltura OTT server version 6.5.0.29184 and above.

[![NPM](https://nodei.co/npm/kaltura-ott-client.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/kaltura-ott-client/)


You can install this client library using npm with:
```
npm install kaltura-ott-client@6.5.0.29184
```

## Sanity Check
- Copy config.template.json to config.json and replace tokens
- Run npm test

## Code contributions

We are happy to accept pull requests, please see [contribution guidelines](https://github.com/kaltura/platform-install-packages/blob/master/doc/Contributing-to-the-Kaltura-Platform.md)

The contents of this client are auto generated from https://github.com/kaltura/clients-generator and pull requests should be made there, rather than to the https://github.com/kaltura/KalturaOttGeneratedAPIClientsNode repo.

Relevant files are:
- sources/node2
- tests/ott/node2
- lib/Node2ClientGenerator.php
