The HotDocs.Sdk.Cloud namespace contains types used specifically for communicating with HotDocs Cloud Services.
The types in this namespace supplant what (in the past) has traditionally been referred to as the
"Cloud Services .NET Client Library."
It includes classes used to simplify calls to any of Cloud Services' various APIs:
- Session-based API ("HotDocs Embedded"): use RestClient;
- Stateless API ("Direct"): use either SoapClient or RestClient.
Classes
Class | Description | |
---|---|---|
![]() |
ClientBase |
An abstract base class for clients that communicate with HotDocs Cloud Services.
|
![]() |
Extensions |
Extension methods
|
![]() |
RestClient |
The RESTful implementation of the Core Services client.
|
![]() |
SoapClient |
The default Core Services client.
This implementation uses the Core Services SOAP web service.
|