SDK Installation Guide .NET
Last updated
Was this helpful?
Last updated
Was this helpful?
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 .
You can install the SDK using the NuGet Package Manager, .NET CLI, or by editing your .csproj
file.
Open your project in Visual Studio
Right-click on your project > Manage NuGet Packages
Search for your desired SDK (e.g., Trade360SDK.
)
Click Install
dotnet add package Trade360SDK.
For example:
dotnet add package Trade360SDK.Common
.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:
For detailed integration assistance, please contact our support team or refer to our developer portal.
You can find the ReadMe file .
API Reference and usage examples are available in the .