Skip to content

boclips/kaltura-client

Repository files navigation

Klient

After trying the official Java Kaltura Client, we felt strong urge to write our own. The goal of Klient is to make interactions with Kaltura less painful and fix various shortcomings.

Use

Latest version:

compile 'com.github.knowledgemotion:kaltura-client:<tag>'

Check different available versions.

Test

The tests consist of offline unit and integration tests:

./gradlew test

In order to run the contract tests (which require internet connectivity), run:

./gradlew testContract

In order for them to run successfully, the following environment variables need to be present:

PARTNER_ID
USER_ID
SECRET

Execute src/test_contract/resources/setup-contract-test to download some secret configuration from lastpass.

About

A sensible abstraction over a subset of the Kaltura API V3

Resources

Stars

Watchers

Forks

Packages

No packages published