![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@asposecloud/aspose-email-cloud
Advanced tools
Aspose.Email Cloud SDK for Node.Js/Typescript is a REST API SDK for creating email applications that work with standard email file formats such as Outlook MSG, EML, iCalendar files and VCard.
This SDK allows you to work with Aspose.Email Cloud REST APIs in your Node.Js applications quickly and easily, with zero initial cost.
Aspose.Email Cloud is a REST API for creating email applications that work with standard email file formats. This SDK:
Aspose.Email Cloud 21.9.0 comes with improvements described below:
EmailCloud.Email.Convert
method documentation fixed.See Release notes.
The complete source code is available in the GIT repository.
Use SDK tutorials and SDK reference documentation.
To use this SDK, you need an App SID and an App Key; they can be looked up at Aspose Cloud Dashboard (it requires free registration in Aspose Cloud for this).
You can use it directly in your project via the source code or get a npm package. From the command line:
npm install @asposecloud/aspose-email-cloud --save
See more details about SDK installation in this tutorial: SDK setup.
To use the API, you should create an EmailCloud object:
let clientSecret = "Your Client secret";
let clientId = "Your Client id";
let api = new EmailCloud(clientSecret, clientId);
Use AiBcrApi.parse
method to parse business card image to VCard DTO:
var imageData = fs.readFileSync("path/to/image/to/parse.png");
var result = await api.ai.bcr.parse(Models.AiBcrParseRequest()
.file(imageData)
.isSingle(true)
.build());
var contact = result.value[0];
.NET | Java | PHP | Python | Ruby | Node.js |
---|---|---|---|---|---|
GitHub | GitHub | GitHub | GitHub | GitHub | GitHub |
NuGet | Maven | Composer | PIP | GEM | NPM |
Product Page | Documentation | Demo | Swagger UI | Blog | Free support | Free trial | SDK reference documentation
FAQs
Aspose.Email Cloud Node.js SDK
The npm package @asposecloud/aspose-email-cloud receives a total of 7 weekly downloads. As such, @asposecloud/aspose-email-cloud popularity was classified as not popular.
We found that @asposecloud/aspose-email-cloud demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.