Unipluss.Sign.Client 1.0.1873

dotnet add package Unipluss.Sign.Client --version 1.0.1873
                    
NuGet\Install-Package Unipluss.Sign.Client -Version 1.0.1873
                    
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="Unipluss.Sign.Client" Version="1.0.1873" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Unipluss.Sign.Client" Version="1.0.1873" />
                    
Directory.Packages.props
<PackageReference Include="Unipluss.Sign.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Unipluss.Sign.Client --version 1.0.1873
                    
#r "nuget: Unipluss.Sign.Client, 1.0.1873"
                    
#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.
#:package Unipluss.Sign.Client@1.0.1873
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Unipluss.Sign.Client&version=1.0.1873
                    
Install as a Cake Addin
#tool nuget:?package=Unipluss.Sign.Client&version=1.0.1873
                    
Install as a Cake Tool

Client library to communication with Signere.no REST API.
The library contains relevant model classes and a client class with methods to access all resources provided in the Signere.no API.
The client class itself is implemented from an interface to make it easily testable.

All explicit communication with the API is handled internally and translated to POCO objects.
The client methods require certain fields from Signere.no user credentials in order to work properly.
To create a user account and obtain these credentials, please visit signere.no .  

Also, check out the REST API documentation at https://api.signere.no/ for further details about the resources that can be accessed through this library.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1873 83 5/4/2015
1.0.1872 34 5/4/2015
1.0.1870 55 4/26/2015
1.0.1869 40 4/23/2015
1.0.1868 34 4/23/2015
1.0.1866 38 4/23/2015
1.0.1864 38 4/22/2015
1.0.1862 49 4/21/2015
1.0.1860 40 4/20/2015
1.0.1858 39 4/20/2015
1.0.1857 36 4/20/2015
1.0.1856 40 4/16/2015
1.0.1853 37 4/16/2015
1.0.1850 38 4/14/2015
1.0.1847 40 4/12/2015
1.0.1846 36 4/12/2015
1.0.1845 35 4/12/2015
1.0.1844 38 4/11/2015
1.0.1843 35 4/11/2015
1.0.1841 38 4/8/2015
Loading failed