DOC

com.sportradar.unifiedodds.sdk : unified-feed-sdk

Maven & Gradle

Jul 20, 2023
20 stars

Unified Odds Feed SDK · UnifiedFeed SDK is a client library that enables easier integration with the Betradar XML feeds. SDK exposes XML feed service interface in a more user-friendly way and isolates the client from having to do XML feed parsing, proper connection handling, error recovery, event queuing, data caching and dispatching. It also makes a client solution more stable and robust when it comes to feed handling, especially with the release of new and updated XML feed versions.

Table Of Contents

Latest Version

Download com.sportradar.unifiedodds.sdk : unified-feed-sdk Javadoc & API Documentation - Latest Versions:

All Versions

Download com.sportradar.unifiedodds.sdk : unified-feed-sdk Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x

How to open Javadoc JAR file in web browser

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

Advertisement