Trinsic.Api 0.6.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Trinsic.Api --version 0.6.1                
NuGet\Install-Package Trinsic.Api -Version 0.6.1                
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="0.6.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Trinsic.Api --version 0.6.1                
#r "nuget: Trinsic.Api, 0.6.1"                
#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=0.6.1

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

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

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