Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…avascript into dev
  • Loading branch information
muthurathinam-m committed Sep 22, 2018
2 parents 01a9791 + 0ac027e commit 43207f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ client
});
````

## Usage Resources
1. [Large File Upload Task](/docs/tasks/LargeFileUploadTask.md)
2. [Batching](/docs/content/Batching.md)

## Running node samples
You can run and debug the node samples found under [./samples/node/node-sample.js](./samples/node/node-sample.js) by running the *Run node samples* configuration from the **Debug** (Ctrl + Shift + D) menu in Visual Studio Code. Alternately, you can run the node samples from the CLI by entering `node ./samples/node/node-sample.js` (assuming you are at the root of this repo). You'll need to rename the *secrets.example.json* file to *secrets.json* and add a valid access token to it. You can get an access token by doing the following:
1. Go to [Graph Explorer](https://developer.microsoft.com/en-us/graph/graph-explorer).
Expand Down

0 comments on commit 43207f8

Please sign in to comment.