sportradar / UnifiedOddsSdkNetCore

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.
https://sportradar.github.io/UnifiedOddsSdkNetCore/
Other
17 stars 14 forks source link

UnifiedOdds Feed SDK .NET library (.NET Standard 2.0)

Notice: before starting DemoProject make sure to enter your bookmaker access token in app.config file and restore nuget packages by right-clicking the solution item and selecting "Restore NuGet Packages".

The SDK is also available via NuGet package manager. Use the following command in the Package Manager Console to install it along with its dependencies:

Install-Package Sportradar.OddsFeed.SDKCore

The SDK uses the following 3rd party libraries which must be added via the NuGet package manager

The package contains:

For more information please contact support@sportradar.com or visit https://iodocs.betradar.com/unifiedsdk/index.html

Change Log

2024-07-29 2.2.0

2024-05-15 2.1.0

2023-11-17 2.0.1

2023-10-24 2.0.0

2023-10-04 2.0.0-rc1.20231004

2023-09-20 2.0.0-rc1.20230920

2023-09-18 2.0.0-rc1.20230918

change

  <configSections>
    <section name="oddsFeedSection" type="Sportradar.OddsFeed.SDK.API.Internal.OddsFeedConfigurationSection, Sportradar.OddsFeed.SDK" />
  </configSections>

to

  <configSections>
    <section name="uofSdkSection" type="Sportradar.OddsFeed.SDK.Api.Internal.Config.UofConfigurationSection, Sportradar.OddsFeed.SDK" />
  </configSections>

2023-07-20 1.32.0

2023-04-27 1.31.0

2023-02-XY 1.30.2

2023-02-03 1.30.1

2023-01-26 1.30.0

2022-12-05 1.29.1

2022-11-09 1.29.0

2022-09-20 1.28.0

2022-07-15 1.27.0

2022-06-02 1.26.0

2022-04-26 1.25.0

2022-02-23 1.24.0

2021-12-10 1.23.0

2021-11-18 1.22.0

2021-10-06 1.21.0

2021-09-09 1.20.0

2021-07-23 1.19.0

2021-07-07 1.18.1

2021-06-23 1.18.0

2021-06-15 1.17.0

2021-05-28 1.16.0

2021-04-29 1.15.0

2021-04-07 1.14.1

2021-03-31 1.14.0

2021-02-09 1.13.0

2020-12-15 1.12.0

2020-12-04 1.11.1

2020-11-13 1.11.0

2020-10-13 1.10.0

2020-08-19 1.9.0

2020-07-09 1.8.0

2020-06-24 1.7.0

2020-05-11 1.6.0

2020-04-16 1.5.0

2020-03-25 1.4.1

2020-03-23 1.4.0

2020-03-16 1.3.0

2020-02-18 1.2.0

2020-01-15 1.1.1

2020-01-14 1.1.0

2020-01-06 1.0.0