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
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,16 +23,15 @@ Aspose.Email Cloud is a REST API for creating email applications that work with
23
23
- Email configuration discovery.
24
24
- Disposable email address detection.
25
25
26
-
## New features in version 20.10
26
+
## What's new in version 20.12
27
27
28
-
Aspose.Email Cloud 20.10.0 comes with SDK improvements:
28
+
Aspose.Email Cloud 20.12.0 comes with SDK breaking changes:
29
+
- AppKey renamed to ClientSecret.
30
+
- AppSID renamed to ClientId.
29
31
30
-
- Typescript, PHP, Java SDKs now have model builders to simplify their initialization.
31
-
- All SDK methods now have code examples with parameters initialization.
32
-
- Some models now have initialization examples for all SDKs.
33
-
- SDK reference documentation with examples now available at url [docs.aspose.cloud/email/reference-api](https://docs.aspose.cloud/email/reference-api/)
32
+
Some [SDK reference documentation](https://docs.aspose.cloud/email/reference-api/) improvements were made.
34
33
35
-
See [Release notes](https://docs.aspose.cloud/email/aspose-email-cloud-20-10-release-notes/).
34
+
See [Release notes](https://docs.aspose.cloud/email/aspose-email-cloud-20-12-release-notes/).
36
35
37
36
## How to use the SDK?
38
37
The complete source code is available in the [GIT repository](https://github.com/aspose-email-cloud/aspose-email-cloud-node/tree/master/src).
@@ -53,9 +52,10 @@ See more details about SDK installation in this tutorial: [SDK setup](https://do
53
52
### Usage examples
54
53
To use the API, you should create an EmailCloud object:
0 commit comments