
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
aspose3dcloud
Advanced tools
This repository contains Aspose.3D Cloud SDK for Node.js source code. This SDK allows you to work with Aspose.3D Cloud REST APIs in your nodejs applications quickly and easily, with zero initial cost.
See API Reference for full API specification.
The complete source code is available in this repository folder. You can either directly use it in your project via source code or get nmpjs distribution (recommended). For more details, please visit our documentation website.
To use Aspose 3D for Cloud SDK you need to register an account with Aspose Cloud and lookup/create App Key and SID at Cloud Dashboard. There is free quota available. For more details, see Aspose Cloud Pricing.
Required version of Node.js is 4.8.7 or higher.
From the command line:
npm install aspose3dcloud --save
const { ThreeDCloudApi,postConvertByFormatRequest} = require('aspose3dcloud');
// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
const threeDCloudApi = new ThreeDCloudApi("MY_CLIENT_ID", "MY_CLIENT_SECRET");
var req = new model.postConvertByFormatRequest()
req.name = "sample.ply";
req.newformat = "pdf";
req.newfilename = "saveasformat.pdf";
req.folder = "3DTest";
req.isOverwrite = true;
req.storage = "My_Storage_Name";
return threeDCloudApi.postConvertByFormat(req)
.then((result) => {
expect(result.response.statusCode).to.equal(200);
});
FAQs
Aspose.3D Cloud SDK for Node.js
The npm package aspose3dcloud receives a total of 9 weekly downloads. As such, aspose3dcloud popularity was classified as not popular.
We found that aspose3dcloud 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.