You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
[Tests](test) contain various examples of using the SDK. You have to create "testConfig.json" file in project root to run every example. The "testConfig.json" has the following structure.
77
-
78
-
```json
79
-
{
80
-
"AppSid": "Youre AppSid here",
81
-
"AppKey": "Youre AppKey here",
82
-
"BaseUrl": "http://api.aspose.cloud"
83
-
}
57
+
## Get All Tasks from MPP Project File in Node.Js
58
+
59
+
```js
60
+
// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
0 commit comments