DOC

com.kaltura : KalturaApiClient

Maven & Gradle

Mar 26, 2024
6 stars

Kaltura API Java Client Library · KalturaApiClient is a library of Java classes that can be used to interact with the Kaltura REST API. More information about the REST API can be found at http://corp.kaltura.com/Products/Kaltura-API Many of the Java classes in this library are auto-generated from a schema that defines the objects that are used to interact with the API. The current schema can be found at http://www.kaltura.com/api_v3/api_schema.php This library replaces the deprecated KalturaClient library.

Table Of Contents

Latest Version

Download com.kaltura : KalturaApiClient Javadoc & API Documentation - Latest Versions:

All Versions

Download com.kaltura : KalturaApiClient Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
20.7.x

How to open Javadoc JAR file in web browser

  1. Rename the file KalturaApiClient-20.7.1-javadoc.jar to KalturaApiClient-20.7.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder KalturaApiClient-20.7.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "KalturaApiClient-20.7.1-sources.jar" -d "KalturaApiClient-20.7.1-javadoc" -subpackages