Skip to content

Commit 4ffb748

Browse files
SDK version 20.12.0.127 generated
1 parent a74f581 commit 4ffb748

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed

README.md

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

2626
## What's new in version 20.12
2727

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

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

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

doc/DisposableEmailApi.md

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

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

55
<a name="isDisposable"></a>
66
## **isDisposable**

doc/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="asFile"></a>
66
## **asFile**
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

doc/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-
[**asFile**](EmailApi.md#asFile) | **PUT** /email/as-file | Converts Email model to specified format and returns as file.
7+
[**asFile**](EmailApi.md#asFile) | **PUT** /email/as-file | Converts Email model to a specified format and returns as a file.
88
[**asMapi**](EmailApi.md#asMapi) | **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
[**fromFile**](EmailApi.md#fromFile) | **PUT** /email/from-file | Converts email document to a model representation

doc/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.**disposableEmail**](DisposableEmailApi_list.md) | Check email address is disposable operations
24+
[EmailCloud.**disposableEmail**](DisposableEmailApi_list.md) | Checks if an email is a disposable one
2525
[EmailCloud.**emailConfig**](EmailConfigApi_list.md) | Email server configuration discovery.
2626

2727

src/api/email-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class EmailApi {
4343
}
4444

4545
/**
46-
* Converts Email model to specified format and returns as file.
46+
* Converts Email model to a specified format and returns as a file.
4747
* @param request Email model and format to convert.
4848
*/
4949
public async asFile(request: model.EmailAsFileRequest): Promise< Buffer > {

src/api/email-cloud.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class EmailCloud {
9696
}
9797

9898
/**
99-
* Check email address is disposable operations
99+
* Checks if an email is a disposable one
100100
*/
101101
public get disposableEmail(): DisposableEmailApi {
102102
return this._disposableEmail;

0 commit comments

Comments
 (0)