SDK Installation Guide .NET
Welcome to the TRADE360 .NET SDKs! These libraries are designed to help developers easily integrate LSports' powerful sports data services into their .NET applications.
You can find all available packages under our NuGet profile.
Installation
You can install the SDK using the NuGet Package Manager, .NET CLI, or by editing your .csproj
file.
Option 1: Using NuGet Package Manager in Visual Studio
Open your project in Visual Studio
Right-click on your project > Manage NuGet Packages
Search for your desired SDK (e.g.,
Trade360SDK.
)Click Install
Option 2: Using .NET CLI
dotnet add package Trade360SDK.
For example:
dotnet add package Trade360SDK.Common
Option 3: Edit your .csproj
file directly
.csproj
file directlyFor interaction with the Feed of Trade360 you will need the following nuget packages:
For interaction with the Trade360 CustomersApi you will need:
For interaction with the Trade360 SnapshotApi you will need:
Documentation
You can find the ReadMe file here.
API Reference and usage examples are available in the SDK's git repository.
For detailed integration assistance, please contact our support team or refer to our developer portal.
Last updated
Was this helpful?