
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
@asposecloud/aspose-tasks-cloud
Advanced tools
Aspose.Tasks for Cloud offers the ability to manipulate and convert Microsoft Project MPT, MPP, MPX & Oracle Primavera XER, XML, and PrimaveraP6XML files in Node.js. Aspose.Tasks Cloud SDK for Node.js wraps the REST API to make it easier for the developers to integrate MS Project Task Management features in their own cloud-based Node.js applications on Linux, MacOS, Windows or Android.
Feel free to explore the Developer's Guide & API Reference to know all about Aspose.Tasks Cloud API.
Microsoft Project MPP, XML, MPT Primavera MPX
XER, XLSX, HTML, XML, TXT, TIF, SVG, PNG, JPEG
Register an account at Aspose Cloud Dashboard to get you application information. Next, execute npm i @asposecloud/aspose-tasks-cloud
from the command line to install Aspose.Tasks Cloud SDK for Node.js via NPM.
// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
const tasksApi = new TasksApi("MY_CLIENT_ID", "MY_CLIENT_SECRET");
const request: GetReportPdfRequest = { name: "template.mpp", folder: "documents", storage: "", type: ReportType.Milestones}
tasksApi.getReportPdf(request)
.then((result) => {
// Deal with a result
console.log(result.response.statusCode);
console.log(result.body.buffer);
})
.catch(function(err) {
// Deal with an error
console.log(err.reponse.statusCode);
console.log(err.body);
});
.NET | PHP | Python | Node.js | Go |
---|---|---|---|---|
GitHub | GitHub | GitHub | GitHub | GitHub |
NuGet | Composer | PIP | NPM | Go.Dev |
Product Page | Documentation | API Reference | Code Samples | Blog | Free Support | Free Trial
FAQs
Aspose.Tasks Cloud SDK for Node.js
The npm package @asposecloud/aspose-tasks-cloud receives a total of 99 weekly downloads. As such, @asposecloud/aspose-tasks-cloud popularity was classified as not popular.
We found that @asposecloud/aspose-tasks-cloud demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.