Skip to content

Commit 8325bbf

Browse files
Readme file Update
1 parent 5354e9d commit 8325bbf

File tree

1 file changed

+42
-14
lines changed

1 file changed

+42
-14
lines changed

README.md

Lines changed: 42 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
![](https://img.shields.io/badge/api-v3.0-lightgrey) ![npm (scoped)](https://img.shields.io/npm/v/@asposecloud/aspose-tasks-cloud) ![npm bundle size](https://img.shields.io/bundlephobia/min/@asposecloud/aspose-tasks-cloud) ![node-current](https://img.shields.io/node/v/@asposecloud/aspose-tasks-cloud) [![GitHub license](https://img.shields.io/github/license/aspose-tasks-cloud/aspose-tasks-cloud-node)](LICENSE) ![GitHub last commit](https://img.shields.io/github/last-commit/Aspose-tasks-Cloud/aspose-tasks-cloud-node)
22

3-
# Node.js SDK to Manage Tasks in the Cloud
4-
5-
Aspose.Tasks for Cloud offers the ability to manipulate and convert Microsoft Project MPT, MPP, MPX & Oracle Primavera XER, XML, and PrimaveraP6XML files in the Cloud. [Aspose.Tasks Cloud SDK for Node.js](https://products.aspose.cloud/tasks/nodejs) wraps the REST API to make it easier for the developers to integrate Task Management features in their own cloud-based Node.js applications.
6-
7-
## REST API for Task Management
8-
3+
# Manipulate Project Files via Node.js Cloud REST API
4+
5+
Aspose.Tasks for Cloud offers the ability to manipulate and convert Microsoft Project MPT, MPP, MPX & Oracle Primavera XER, XML, and PrimaveraP6XML files in the Cloud. [Aspose.Tasks Cloud SDK for Go](https://products.aspose.cloud/tasks/go) wraps the REST API to make it easier for the developers to integrate Task Management features in their own cloud-based Go applications.
6+
7+
Feel free to explore the [Developer's Guide](https://docs.aspose.cloud/display/taskscloud/Developer+Guide) & [API Reference](https://apireference.aspose.cloud/tasks/) to know all about Aspose.Tasks Cloud API.
8+
9+
## MS Project Processing Features
10+
- Add project assignments or delete project assignments along with their references.
11+
- Get the project's outline codes by index & get links to all project tasks.
12+
- Import projects from Primavera DB formats or from databases with the specified connection string.
13+
- Get UIDs of all projects contained in the file & fetch the required assignment with the project based on UID.
14+
- Manage project tasks, resource data, calendars & Work Breakdown Structure (WBS).
15+
- Perform risk analysis using Monte Carlo simulation and create a report.
16+
- Create and set project document properties & fetch all or specific existing properties.
17+
- Get a project's extended attributes, time-scaled data, or recurring info of a specific task.
18+
- Reschedule project tasks, dates, and other settings.
19+
- Calculate slacks & recalculate project completion or incompletion work.
20+
- Fetch a project document in the desired format.
21+
- Delete project task with its related references & rebuild the task tree.
922
- [Convert project documents](https://docs.aspose.cloud/tasks/convert-project-document-to-the-specified-format/) to other formats.
1023
- Manipulate task data.
1124
- [Manage project's resources](https://docs.aspose.cloud/tasks/working-with-resources/).
@@ -15,19 +28,33 @@ Aspose.Tasks for Cloud offers the ability to manipulate and convert Microsoft Pr
1528
- [Read Microsoft Project’s Calendars](https://docs.aspose.cloud/tasks/working-with-calendars/) and Calendar Exceptions information.
1629

1730
## Read & Write Project Data
18-
1931
**Microsoft Project** MPP, XML, MPT **Primavera** MPX
2032

2133
## Save Project Data As
22-
2334
XER, XLSX, HTML, XML, TXT, TIF, SVG, PNG, JPEG
2435

36+
37+
## Enhancements in Version 20.11
38+
- Support for the batch creation of tasks (i.e. the ability to create multiple tasks in a single *API* call).
39+
40+
## Enhancements in Version 20.8
41+
- Ability to specify the non-default path for Project Server's *PWA* URL.
42+
- Ability to modify *timephasedData* collection in assignments.
43+
44+
## Enhancements in Version 20.6
45+
- Possibility to render comments when saving as image, HTML or PDF.
46+
- Option to use username and password to connect Project Online (Server) instead of auth token, incase you don't have it.
47+
- Ability to add assignments to your project file along with specifying its cost.
48+
- Quickly adding new tasks to project, when calculation mode is set to automatic.
49+
- Ability to add project in Microsoft Project Server.
50+
- Added support of reading shared resource assignments.
51+
2552
## Get Started with Aspose.Tasks Cloud SDK for Node.js
2653

2754
Register an account at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/#/apps) 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.
2855

2956

30-
## Create MPP in the Cloud
57+
## Create MPP in the Cloud
3158

3259
``` js
3360
const tasksApi = new TasksApi("AppSid", "AppKey");
@@ -55,11 +82,12 @@ tasksApi.getTasks(request)
5582
"BaseUrl": "http://api.aspose.cloud"
5683
}
5784
```
85+
5886
## Aspose.Tasks Cloud SDKs in Popular Languages
5987

60-
| .NET | PHP | Python | Node.js |
61-
|---|---|---|---|
62-
| [GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-dotnet) | [GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-php) | [GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-python) | [GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-node) |
63-
| [NuGet](https://www.nuget.org/packages/Aspose.Tasks-Cloud/) | [Composer](https://packagist.org/packages/aspose/tasks-sdk-php) | [PIP](https://pypi.org/project/aspose-tasks-cloud/) | [NPM](https://www.npmjs.com/package/@asposecloud/aspose-tasks-cloud) |
88+
| .NET | PHP | Python| Node.js | Go |
89+
|---|---|---|---|---|
90+
| [GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-dotnet) |[GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-php) | [GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-python) | [GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-node) |[GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-go)|
91+
| [NuGet](https://www.nuget.org/packages/Aspose.tasks-Cloud/)| [Composer](https://packagist.org/packages/aspose/tasks-cloud-php) | [PIP](https://pypi.org/project/aspose-tasks-cloud/) | [NPM](https://www.npmjs.com/package/aspose-tasks-cloud) | [Go.Dev](https://pkg.go.dev/github.com/aspose-tasks-cloud/aspose-tasks-cloud-go/) |
6492

65-
[Home](https://www.aspose.cloud) | [Product Page](https://products.aspose.cloud/tasks/nodejs) | [Documentation](https://docs.aspose.cloud/tasks/) | [Live Demo](https://products.aspose.app/tasks/family) | [API Reference](https://apireference.aspose.cloud/tasks/) | [Code Samples](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-dotnet/tree/master/Aspose.Tasks.Cloud.Sdk.Tests) | [Blog](https://blog.aspose.cloud/category/tasks/) | [Free Support](https://forum.aspose.cloud/c/tasks) | [Free Trial](https://dashboard.aspose.cloud/#/apps)
93+
[Product Page](https://products.aspose.cloud/tasks/nodejs) | [Documentation](https://docs.aspose.cloud/display/taskscloud/Home) | [API Reference](https://apireference.aspose.cloud/tasks/) | [Code Samples](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-node) | [Blog](https://blog.aspose.cloud/category/tasks/) | [Free Support](https://forum.aspose.cloud/c/tasks) | [Free Trial](https://dashboard.aspose.cloud/#/apps)

0 commit comments

Comments
 (0)