Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@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
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 0 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.