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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,15 @@ Aspose.Email Cloud is a REST API for creating email applications that work with
22
22
- Email configuration discovery.
23
23
- Disposable email address detection.
24
24
25
-
## New features in version 20.10
25
+
## What's new in version 20.12
26
26
27
-
Aspose.Email Cloud 20.10.0 comes with SDK improvements:
27
+
Aspose.Email Cloud 20.12.0 comes with SDK breaking changes:
28
+
- AppKey renamed to ClientSecret.
29
+
- AppSID renamed to ClientId.
28
30
29
-
- Typescript, PHP, Java SDKs now have model builders to simplify their initialization.
30
-
- All SDK methods now have code examples with parameters initialization.
31
-
- Some models now have initialization examples for all SDKs.
32
-
- SDK reference documentation with examples now available at url [docs.aspose.cloud/email/reference-api](https://docs.aspose.cloud/email/reference-api/)
31
+
Some [SDK reference documentation](https://docs.aspose.cloud/email/reference-api/) improvements were made.
33
32
34
-
See [Release notes](https://docs.aspose.cloud/email/aspose-email-cloud-20-10-release-notes/).
33
+
See [Release notes](https://docs.aspose.cloud/email/aspose-email-cloud-20-12-release-notes/).
35
34
36
35
## How to use the SDK?
37
36
The complete source code is available in the [GIT repository](https://github.com/aspose-email-cloud/aspose-email-cloud-python/tree/master/sdk/AsposeEmailCloudSdk).
@@ -40,7 +39,7 @@ Use [SDK tutorials](https://docs.aspose.cloud/email/sdk-tutorials/) and [SDK ref
40
39
41
40
### Prerequisites
42
41
43
-
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).
42
+
To use this SDK, you need a Client id and a Client secret; they can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/#/apps) (it requires free registration in Aspose Cloud for this).
44
43
45
44
### Installation
46
45
@@ -58,9 +57,10 @@ from AsposeEmailCloudSdk import api #EmailApi class is here
58
57
from AsposeEmailCloudSdk import models #REST API models are here
0 commit comments