Skip to content

Commit dd292bc

Browse files
SDK version 20.10.0 generated
1 parent f25d5db commit dd292bc

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
This SDK allows you to work with Aspose.Email Cloud REST APIs in your Node.Js applications quickly and easily, with zero initial cost.
88

99
[Aspose.Email Cloud home](https://products.aspose.cloud/email/family)
10-
[API Reference](https://apireference.aspose.cloud/email/)
10+
11+
[Swagger UI](https://apireference.aspose.cloud/email/)
1112

1213
# Cloud Email Processing Features
1314
Aspose.Email Cloud is a REST API for creating email applications that work with standard email file formats. This SDK:
@@ -36,9 +37,7 @@ See [Release notes](https://docs.aspose.cloud/email/aspose-email-cloud-20-10-rel
3637
## How to use the SDK?
3738
The complete source code is available in the [GIT repository](https://github.com/aspose-email-cloud/aspose-email-cloud-node/tree/master/src).
3839

39-
Use [SDK tutorials](https://docs.aspose.cloud/email/sdk-tutorials/).
40-
41-
SDK reference documentation is available in [this README](https://github.com/aspose-email-cloud/aspose-email-cloud-node/blob/master/doc/README.md).
40+
Use [SDK tutorials](https://docs.aspose.cloud/email/sdk-tutorials/) and [SDK reference documentation](https://docs.aspose.cloud/email/reference-api/).
4241

4342
### Prerequisites
4443
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).
@@ -70,4 +69,4 @@ var result = await api.ai.bcr.parse(new AiBcrParseRequest(
7069
var contact = result.value[0];
7170
```
7271

73-
[Product Page](https://products.aspose.cloud/email/nodejs) | [Documentation](https://docs.aspose.cloud/email/) | [Demo](https://products.aspose.app/email/family) | [API Reference](https://apireference.aspose.cloud/email/) | [Blog](https://blog.aspose.cloud/category/email/) | [Free support](https://forum.aspose.cloud/c/email) | [Free trial](https://dashboard.aspose.cloud/#/apps)
72+
[Product Page](https://products.aspose.cloud/email/nodejs) | [Documentation](https://docs.aspose.cloud/email/) | [Demo](https://products.aspose.app/email/family) | [Swagger UI](https://apireference.aspose.cloud/email/) | [Blog](https://blog.aspose.cloud/category/email/) | [Free support](https://forum.aspose.cloud/c/email) | [Free trial](https://dashboard.aspose.cloud/#/apps) | [SDK reference documentation](https://docs.aspose.cloud/email/reference-api)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
"typescript": "^3.7.2",
5757
"uuid": "^3.3.3"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)