Skip to content

Commit 66ba374

Browse files
SDK version 20.12.0.127 generated
1 parent 1971b82 commit 66ba374

File tree

8 files changed

+11
-9
lines changed

8 files changed

+11
-9
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ Aspose.Email Cloud is a REST API for creating email applications that work with
2424

2525
## What's new in version 20.12
2626

27-
Aspose.Email Cloud 20.12.0 comes with SDK breaking change:
27+
Aspose.Email Cloud 20.12.0 comes with SDK breaking changes:
28+
- AppKey renamed to ClientSecret.
29+
- AppSID renamed to ClientId.
2830

29-
AppKey renamed to ClientSecret, AppSID renamed to ClientId.
31+
Some [SDK reference documentation](https://docs.aspose.cloud/email/reference-api/) improvements were made.
3032

3133
See [Release notes](https://docs.aspose.cloud/email/aspose-email-cloud-20-12-release-notes/).
3234

sdk/AsposeEmailCloudSdk/api/email_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(self, api_client):
4040
super(EmailApi, self).__init__(api_client)
4141

4242
def as_file(self, request: EmailAsFileRequest) -> str:
43-
"""Converts Email model to specified format and returns as file.
43+
"""Converts Email model to a specified format and returns as a file.
4444
4545
:param request: Email model and format to convert.
4646
:type request: EmailAsFileRequest

sdk/AsposeEmailCloudSdk/api/email_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def email(self) -> EmailApi:
106106
@property
107107
def disposable_email(self) -> DisposableEmailApi:
108108
"""
109-
Check email address is disposable operations
109+
Checks if an email is a disposable one
110110
"""
111111
return self._disposable_email
112112

sdk/docs/DisposableEmailApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AsposeEmailCloudSdk.DisposableEmailApi (EmailCloud.disposable_email)
22

3-
Check email address is disposable operations
3+
Checks if an email is a disposable one
44

55
<a name="is_disposable"></a>
66
## is_disposable

sdk/docs/EmailApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Email document (*.eml) operations.
55
<a name="as_file"></a>
66
## as_file
77

8-
Description: Converts Email model to specified format and returns as file.
8+
Description: Converts Email model to a specified format and returns as a file.
99

1010
Returns: File stream in specified format.
1111

sdk/docs/EmailApi_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All URIs are relative to *https://api.aspose.cloud/v4.0*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**as_file**](EmailApi.md#as_file)| **PUT** /email/as-file| Converts Email model to specified format and returns as file.
7+
[**as_file**](EmailApi.md#as_file)| **PUT** /email/as-file| Converts Email model to a specified format and returns as a file.
88
[**as_mapi**](EmailApi.md#as_mapi)| **PUT** /email/as-mapi| Converts EmailDto to MapiMessageDto.
99
[**convert**](EmailApi.md#convert)| **PUT** /email/convert| Converts email document to specified format and returns as file
1010
[**from_file**](EmailApi.md#from_file)| **PUT** /email/from-file| Converts email document to a model representation

sdk/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ API | Description
2121
[EmailCloud.**calendar**](CalendarApi_list.md) | iCalendar document operations.
2222
[EmailCloud.**contact**](ContactApi_list.md) | Contact document operations. Supported formats: VCard, MSG, WebDav
2323
[EmailCloud.**email**](EmailApi_list.md) | Email document (*.eml) operations.
24-
[EmailCloud.**disposable_email**](DisposableEmailApi_list.md) | Check email address is disposable operations
24+
[EmailCloud.**disposable_email**](DisposableEmailApi_list.md) | Checks if an email is a disposable one
2525
[EmailCloud.**email_config**](EmailConfigApi_list.md) | Email server configuration discovery.
2626

2727

sdk/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools import setup, find_packages # noqa: H301
99

1010
NAME = "aspose-email-cloud"
11-
VERSION = "20.12.0.0"
11+
VERSION = "20.12.0.127"
1212
# To install the library, run the following
1313
#
1414
# python setup.py install

0 commit comments

Comments
 (0)