DOC

com.kaltura : KalturaOttApiClient

Maven & Gradle

May 01, 2019
1 stars

Kaltura OTT API Java Client Library · KalturaOttApiClient is a library of Java classes that can be used to interact with the Kaltura OTT REST API. More information about the REST API can be found at https://ott.developer.kaltura.com/ 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.

Table Of Contents

Latest Version

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

How to open Javadoc JAR file in web browser

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

Advertisement