Trimble.Xchange.Connector.SDK
1.2.0-beta.1
See the version list below for details.
dotnet add package Trimble.Xchange.Connector.SDK --version 1.2.0-beta.1
NuGet\Install-Package Trimble.Xchange.Connector.SDK -Version 1.2.0-beta.1
<PackageReference Include="Trimble.Xchange.Connector.SDK" Version="1.2.0-beta.1" />
paket add Trimble.Xchange.Connector.SDK --version 1.2.0-beta.1
#r "nuget: Trimble.Xchange.Connector.SDK, 1.2.0-beta.1"
// Install Trimble.Xchange.Connector.SDK as a Cake Addin #addin nuget:?package=Trimble.Xchange.Connector.SDK&version=1.2.0-beta.1&prerelease // Install Trimble.Xchange.Connector.SDK as a Cake Tool #tool nuget:?package=Trimble.Xchange.Connector.SDK&version=1.2.0-beta.1&prerelease
The SDK documentation on this page is meant for developers building connectors on App Xchange. For a broader introduction to the App Xchange integration platform, view our help docs and connectivity FAQ.
Getting Started
Connectors are built using .NET and the creation is driven by our CLI tooling Trimble.Xchange.Connector.Cli. These tools are needed to start building a connector. This guide will help you through that process!
Prerequisites for using the Connector SDK
Have an HTTP API. It is possible to create a Connector that interacts with your software outside of an HTTP API, however the SDK is currently optimized for use with HTTP endpoints.
Able to request test data from your software. You won’t want to build your Connector using live/actual data that matters to your customers. Verify you have a way to access test data from your system during your Connector build that won’t impact your customers in a negative way.
At minimum, intermediate C# development skills. The SDK currently supports C#.
Installation of the .NET 7.0 SDK. The SDK currently depends on .NET 7.0 and the .NET CLI.
A solid understanding of your HTTP API resources. Before you can efficiently create a Connector, you will need to know your product’s API pretty well and how to make requests against its endpoints.
An initial use case or target integration for which to build. It can be helpful to begin with an initial use case, or an example of the type of integration that would be developed using the connector. The connector may provide for initial use cases to begin with and can be extended upon later as needed.
Main parts of the Xchange Connector Building
The Xchange Connector SDK consists of two main parts:
- The SDK library NuGet package, which provides a framework to build and run connectors.
- The CLI, an interactive tool for working with the Xchange platform and local code.
Install Trimble.Xchange.Connector.CLI as a .NET tool
The recommended way to install the CLI is to install it as a global .NET Tool. This will automatically download the appropriate package for your system and make the Xchange command available in your environment PATH, as well as enable easy updates when new versions are released. Ensure that the .NET Core SDK v7.0 or higher is installed on your system.
Install Trimble.Xchange.Connector.CLI as a .NET global tool:
dotnet tool install Trimble.Xchange.Connector.CLI --global
To Update:
dotnet tool update Trimble.Xchange.Connector.CLI --global
List .NET global tools on your system:
When running:
dotnet tool list --global
You should see Trimble.Xchange.Connector.CLI
in the list.
!!! success "Congratulations!" You should now be able to invoke xchange directly from any directory.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- Dapper (>= 2.1.35)
- JsonSchema.Net.Generation (>= 4.5.0)
- Microsoft.ApplicationInsights.WorkerService (>= 2.22.0)
- Microsoft.Data.Sqlite (>= 8.0.7)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.Hosting (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Http.Polly (>= 8.0.7)
- Microsoft.Extensions.Logging (>= 8.0.0)
- NJsonSchema (>= 11.0.2)
- Polly (>= 8.4.1)
- Polly.Extensions.Http (>= 3.0.0)
- Serilog.Extensions.Logging (>= 8.0.0)
- Serilog.Formatting.Compact (>= 3.0.0)
- Serilog.Sinks.Console (>= 6.0.0)
- Serilog.Sinks.Http (>= 9.0.0)
- System.Linq.Async (>= 6.0.1)
- System.Text.Json (>= 8.0.4)
-
net8.0
- Dapper (>= 2.1.35)
- JsonSchema.Net.Generation (>= 4.5.0)
- Microsoft.ApplicationInsights.WorkerService (>= 2.22.0)
- Microsoft.Data.Sqlite (>= 8.0.7)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.Hosting (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Http.Polly (>= 8.0.7)
- Microsoft.Extensions.Logging (>= 8.0.0)
- NJsonSchema (>= 11.0.2)
- Polly (>= 8.4.1)
- Polly.Extensions.Http (>= 3.0.0)
- Serilog.Extensions.Logging (>= 8.0.0)
- Serilog.Formatting.Compact (>= 3.0.0)
- Serilog.Sinks.Console (>= 6.0.0)
- Serilog.Sinks.Http (>= 9.0.0)
- System.Linq.Async (>= 6.0.1)
- System.Text.Json (>= 8.0.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Trimble.Xchange.Connector.SDK:
Package | Downloads |
---|---|
Trimble.Xchange.Connector.SDK.Test.Local
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.4 | 107 | 11/1/2024 |
1.3.3 | 1,310 | 10/10/2024 |
1.3.2 | 213 | 10/9/2024 |
1.3.2-beta.6 | 155 | 10/3/2024 |
1.3.2-beta.5 | 41 | 10/3/2024 |
1.3.2-beta.3 | 147 | 9/30/2024 |
1.3.2-beta.2 | 42 | 9/30/2024 |
1.3.1 | 725 | 9/26/2024 |
1.3.1-beta.1 | 146 | 9/18/2024 |
1.3.0 | 677 | 9/11/2024 |
1.2.3 | 319 | 9/4/2024 |
1.2.3-beta.1 | 197 | 8/20/2024 |
1.2.2 | 555 | 8/19/2024 |
1.2.1 | 441 | 8/14/2024 |
1.2.0 | 431 | 8/8/2024 |
1.2.0-beta.1 | 55 | 8/7/2024 |
1.1.2-beta.1 | 83 | 8/5/2024 |
1.1.1 | 699 | 7/31/2024 |
1.1.0 | 666 | 7/25/2024 |