You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aspose.Email Cloud is a REST API for creating email applications that work with standard email file formats. This SDK:
@@ -22,24 +23,18 @@ Aspose.Email Cloud is a REST API for creating email applications that work with
22
23
- Email configuration discovery.
23
24
- Disposable email address detection.
24
25
25
-
## New features in version 20.9
26
+
## What's new in version 20.12
26
27
27
-
Aspose.Email Cloud SDK 20.9.0 is based on a new v4.0 REST API.
28
+
Aspose.Email Cloud 20.12.0 comes with SDK breaking change:
28
29
29
-
- All SDK functions are divided into groups (Email, Calendar, Contact, Client, Ai, Mapi, etc.).
30
-
- Unified file API provided for supported file types (Save, Get, Convert, AsFile, FromFile, AsMapi/AsDto).
31
-
- HierarchicalObject based API is removed.
32
-
- All models are stored in one folder/namespace.
33
-
- The request models are simplified.
30
+
AppKey renamed to ClientSecret, AppSID renamed to ClientId.
34
31
35
-
See [Release notes](https://docs.aspose.cloud/display/emailcloud/Aspose.Email+Cloud+20.9+Release+Notes).
32
+
See [Release notes](https://docs.aspose.cloud/email/aspose-email-cloud-20-12-release-notes/).
36
33
37
34
## How to use the SDK?
38
35
The complete source code is available in the [GIT repository](https://github.com/aspose-email-cloud/aspose-email-cloud-node/tree/master/src).
39
36
40
-
Use [SDK tutorials](https://docs.aspose.cloud/display/emailcloud/SDK+Tutorials).
41
-
42
-
SDK reference documentation is available in [this README](https://github.com/aspose-email-cloud/aspose-email-cloud-node/blob/master/doc/README.md).
37
+
Use [SDK tutorials](https://docs.aspose.cloud/email/sdk-tutorials/) and [SDK reference documentation](https://docs.aspose.cloud/email/reference-api/).
43
38
44
39
### Prerequisites
45
40
To use this SDK, you need an App SID and an App Key; they can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/#/apps) (it requires free registration in Aspose Cloud for this).
0 commit comments