Info
Version: | 1.0.1 |
Author(s): | Accusoft |
Last Update: | Wednesday, January 15, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Accusoft/PrizmDocDotNetRestClient |
NuGet Url: | https://www.nuget.org/packages/Accusoft.PrizmDocRestClient |
Install
Install-Package Accusoft.PrizmDocRestClient
dotnet add package Accusoft.PrizmDocRestClient
paket add Accusoft.PrizmDocRestClient
Accusoft.PrizmDocRestClient Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 12.0.3)
HTTP client designed to simplify interactions with PrizmDoc Server.
Specifically:
1. Automatically handles affinity concerns
2.
Provides a way to easily poll for process completion
NOTE: This is a low-level library intended for people who want to make REST
API calls themselves. If you just want to use PrizmDoc Server functionality
from .NET, you probably want the higher-level Accusoft.PrizmDocServerSDK
package:
https://www.nuget.org/packages/Accusoft.PrizmDocServerSDK/.