Assently.Client
5.0.0
Please use a newer versions to ensure compatibility and proper usability of the client.
See the version list below for details.
dotnet add package Assently.Client --version 5.0.0
NuGet\Install-Package Assently.Client -Version 5.0.0
<PackageReference Include="Assently.Client" Version="5.0.0" />
paket add Assently.Client --version 5.0.0
#r "nuget: Assently.Client, 5.0.0"
// Install Assently.Client as a Cake Addin #addin nuget:?package=Assently.Client&version=5.0.0 // Install Assently.Client as a Cake Tool #tool nuget:?package=Assently.Client&version=5.0.0
Send documents for e-signing with Assently API.
This client library allows you to easily integrate electronic signatures in your workflows and collect electronic signatures for web forms, documents or other data.
Multiple methods for e-signing, such as Electronic ID, SMS and touch signatures are supported.
See http://app.assently.com/api/v2 for documentation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 9.0.1)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 9.0.1)
- System.Collections.Specialized (>= 4.3.0)
- System.Net.Http (>= 4.3.0)
- System.Net.WebHeaderCollection (>= 4.3.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 | |
---|---|---|---|
6.0.3 | 32,003 | 4/28/2022 | |
6.0.2 | 16,677 | 2/25/2022 | |
6.0.1 | 15,083 | 5/6/2021 | |
6.0.0 | 1,084 | 3/18/2021 | |
5.0.0 | 4,768 | 1/13/2021 | |
4.9.4 | 14,727 | 4/2/2020 | |
4.9.3 | 2,369 | 12/11/2019 | |
4.9.2 | 1,764 | 10/10/2019 | |
4.9.1 | 1,548 | 9/11/2019 | |
4.9.0 | 1,828 | 6/11/2019 | |
4.8.0 | 1,051 | 3/8/2019 | |
4.7.2 | 2,197 | 1/22/2019 | |
4.7.1 | 4,045 | 10/11/2018 | |
4.7.0 | 1,094 | 9/26/2018 | |
4.6.1 | 1,213 | 8/20/2018 | |
4.6.0 | 1,407 | 6/28/2018 | |
4.5.0 | 1,280 | 6/5/2018 | |
4.4.0 | 1,655 | 4/10/2018 | |
4.3.0 | 7,537 | 3/31/2017 | |
4.2.0 | 1,299 | 3/23/2017 | |
4.1.0 | 1,388 | 3/7/2017 |
- Breaking change: Introduced CaseStatus.PendingApproval:
Cases waiting for approval would previously have status "Draft" and "ApprovalRequestedOn" would have a value.
To better represent this state, these cases now have the status "PendingApproval".
- Added: ApprovalReview on Approvers, shows the case approval response when a case requires approval.
- Added: Party.Reviewed
Contains a bool if the party has reviewed a case or not, null if no data is available.
- Added: Email delivery status on Parties: Delivery statuses of notifications sent to the party
When parties are notified via email, the delivery status of those emails are now available on the Party-model
as NotificationStatus.EmailDeliveryStatus