Trinsic.Api 1.2.0

dotnet add package Trinsic.Api --version 1.2.0                
NuGet\Install-Package Trinsic.Api -Version 1.2.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Trinsic.Api" Version="1.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Trinsic.Api --version 1.2.0                
#r "nuget: Trinsic.Api, 1.2.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Trinsic.Api as a Cake Addin
#addin nuget:?package=Trinsic.Api&version=1.2.0

// Install Trinsic.Api as a Cake Tool
#tool nuget:?package=Trinsic.Api&version=1.2.0                

Trinsic API C# Library

Version Build Status

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

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

Our SDKs follow the Semantic Versioning ("SemVer") scheme.

For example, the version number 1.13.0 has a major version of 1, a minor version of 13, and a patch version of 0.

Breaking changes are only introduced alongside a new major version.

Support

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,436 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