DOC

com.kaltura : kalturaApiClient

Maven & Gradle

Feb 27, 2023
6 stars

KalturaClient Java Library · KalturaClient 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 interect with the API. The current schema can be found at http://www.kaltura.com/api_v3/api_schema.php

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
19.3.x
19.1.x
18.20.x
18.17.x
18.16.x
18.15.x
18.14.x
18.12.x
18.11.x
18.10.x
18.8.x
18.7.x
18.2.x
18.1.x
18.0.x
17.18.x
17.16.x
17.14.x
17.12.x
17.5.x
17.1.x
16.14.x
16.12.x
15.16.x
15.4.x
15.3.x
15.2.x
15.1.x
15.0.x
14.20.x
14.18.x
14.16.x
14.15.x
14.5.x
14.4.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file kalturaApiClient-19.3.0-javadoc.jar to kalturaApiClient-19.3.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder kalturaApiClient-19.3.0-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-19.3.0-sources.jar" -d "kalturaApiClient-19.3.0-javadoc" -subpackages 

Advertisement