20.7.3 • Published 1 month ago

kaltura-client v20.7.3

Weekly downloads
636
License
AGPLv3
Repository
github
Last release
1 month ago

Kaltura node.js API Client Library.

Compatible with Kaltura server version 20.7.3 and above. This client library replaces the older architecture that presented in previous node.js client library.

NPM

You can install this client library using npm with:

npm install kaltura-client 

Proxy settings for client

If the Kaltura client has to be used behind a proxy, this can be set in the KalturaConfiguration by setting proxy to the url of the proxy. For example:

const config = new kaltura.Configuration();
    
const proxyUrl = new URL('http://some.proxy.com');
proxyUrl.username = 'user';
proxyUrl.password = 'pass';
    
config.proxy = proxyUrl.toString();
const client = new kaltura.Client(config);

Sanity Check

  • Copy config.template.json to config.json and set partnerId, secret and serviceUrl
  • Run npm test

Code contributions

We are happy to accept pull requests, please see contribution guidelines

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/KalturaGeneratedAPIClientsNodeJS repo.

Relevant files are:

  • sources/node2
  • tests/ovp/node2
  • lib/Node2ClientGenerator.php

Build Status

20.7.3

1 month ago

20.7.0

2 months ago

19.4.1

8 months ago

19.1.0

1 year ago

19.3.0

1 year ago

18.16.0

2 years ago

18.20.0

1 year ago

18.17.0

1 year ago

18.14.0

2 years ago

18.12.0

2 years ago

18.15.0

2 years ago

18.8.0

2 years ago

18.11.0

2 years ago

18.7.0

2 years ago

18.10.0

2 years ago

18.4.0

2 years ago

18.3.0

2 years ago

18.2.0

2 years ago

18.1.0

2 years ago

17.18.0

2 years ago

17.18.1

2 years ago

17.18.2

2 years ago

17.16.0

2 years ago

18.0.0

2 years ago

17.14.0

2 years ago

17.12.0

3 years ago

17.11.0

3 years ago

17.5.0

3 years ago

17.2.0

3 years ago

17.1.0

3 years ago

16.14.0

3 years ago

16.12.0

3 years ago

16.10.0

4 years ago

16.9.0

4 years ago

16.8.5

4 years ago

16.5.0

4 years ago

16.4.0

4 years ago

16.2.0

4 years ago

16.0.0

4 years ago

15.20.0

4 years ago

15.19.0

4 years ago

15.17.0

4 years ago

15.16.0

4 years ago

15.14.0

4 years ago

15.10.0

4 years ago

15.9.0

5 years ago

15.7.0

5 years ago

15.6.0

5 years ago

15.5.0

5 years ago

15.4.0

5 years ago

15.3.0

5 years ago

15.2.0

5 years ago

15.1.0

5 years ago

15.0.0

5 years ago

14.20.0

5 years ago

14.18.0

5 years ago

14.16.0

5 years ago

14.15.0

5 years ago

14.7.0

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago