We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864e369 commit 17f1557Copy full SHA for 17f1557
1 file changed
README.md
@@ -77,11 +77,16 @@ Run `npm install` first
77
78
Set environment variables using set or export:
79
80
+```bash
81
API_URL=https://fabrikam.visualstudio.com/defaultcollection
82
83
+// use your token
84
API_TOKEN=cbdeb34vzyuk5l4gxc4qfczn3lko3avfkfqyb47etahq6axpcqha
85
86
API_PROJECT=myProject
87
+```
88
+
89
+Run samples:
90
91
```bash
92
$ npm run samples
0 commit comments