UnifiedOdds Feed SDK .NET library (.NET Standard 2.0)
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.
For a quick start consider consulting the DemoProject
, which can be found in GitHub releases.
The SDK uses the following 3rd party libraries:
- RabbitMQ.Client 6.8.1
- Dawn.Guard 1.12.0
- Humanizer 2.14.1
- Microsoft.Bcl.AsyncInterfaces 9.0.1
- Microsoft.Extensions.Caching.Memory 9.0.1
- Microsoft.Extensions.Configuration 9.0.1
- Microsoft.Extensions.DependencyInjection 9.0.1
- Microsoft.Extensions.Diagnostics.HealthChecks 9.0.1
- Microsoft.Extensions.Http 9.0.1
- System.Configuration.ConfigurationManager 9.0.1
- OpenTelemetry 1.11.1
- OpenTelemetry.Extensions.Hosting 1.11.1
- OpenTelemetry.Instrumentation.Runtime 1.10.0
- OpenTelemetry.Exporter.OpenTelemetryProtocol 1.11.1