Trinsic.Api
0.4.2
See the version list below for details.
dotnet add package Trinsic.Api --version 0.4.2
NuGet\Install-Package Trinsic.Api -Version 0.4.2
<PackageReference Include="Trinsic.Api" Version="0.4.2" />
paket add Trinsic.Api --version 0.4.2
#r "nuget: Trinsic.Api, 0.4.2"
// Install Trinsic.Api as a Cake Addin #addin nuget:?package=Trinsic.Api&version=0.4.2 // Install Trinsic.Api as a Cake Tool #tool nuget:?package=Trinsic.Api&version=0.4.2
Trinsic API C# Library
The Trinsic API C# library provides convenient access to the Trinsic API from applications written in C#.
Documentation
See the Trinsic docs for more detailed information on how to start integrating with our identity acceptance network.
Installation
There are two main options to install the Trinsic API library.
Via the NuGet Package Manager
nuget install Trinsic.Api
Via the .NET Core Command Line Tools
dotnet add package Trinsic.Api
Usage
The package needs to be configured with your app's access token, which is available in the Trinsic Dashboard.
var configuration = new Configuration { AccessToken = "your-access-token" };
var attachments = new AttachmentsApi(configuration);
var network = new NetworkApi(configuration);
var sessions = new SessionsApi(configuration);
You can find a full C# example in the samples folder.
SDK Versioning
Trinsic follows a Semantic Versioning (SemVer) process where all releases will have a version X.Y.Z (like 1.0.0) pattern wherein Z would be a bug fix (e.g., 1.0.1), Y would be a minor release (1.1.0) and X would be a major release (2.0.0). We permit any breaking changes to only be released in major versions and strongly recommend reading changelogs before making any major version upgrades.
Support
New features and bug fixes are released on the latest major version of the sdk-csharp-api
package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.
Any issues, inquiries, and feature requests can be sent to support@trinsic.id, or feel free to open a GitHub issue here.
More Information
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
-
net8.0
- JsonSubTypes (>= 2.0.1)
- Newtonsoft.Json (>= 13.0.3)
- Polly (>= 8.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 81 | 11/16/2024 |
1.1.2 | 1,438 | 10/10/2024 |
1.1.1 | 676 | 9/18/2024 |
1.1.0 | 309 | 9/12/2024 |
1.0.0 | 400 | 9/5/2024 |
0.6.1 | 221 | 9/4/2024 |
0.6.0 | 99 | 9/4/2024 |
0.5.5 | 102 | 9/4/2024 |
0.5.1 | 98 | 9/4/2024 |
0.5.0 | 96 | 9/4/2024 |
0.4.3 | 100 | 9/4/2024 |
0.4.2 | 89 | 9/3/2024 |
0.4.0 | 170 | 8/28/2024 |
0.3.0 | 136 | 8/21/2024 |
0.2.4 | 129 | 8/21/2024 |
Minor update