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
Copy file name to clipboardExpand all lines: README.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,15 @@
1
-
# Visual Studio Team Services Client for Node.js
1
+
# Azure DevOps Client for Node.js
2
2
3
-
Integrate with Visual Studio Team Services from your Node.js apps.
3
+
Integrate with Azure DevOps from your Node.js apps.
4
4
5
5
### Install the library
6
6
```
7
-
npm install vso-node-api --save
7
+
npm install azure-devops-node-api --save
8
8
```
9
9
10
10
## News
11
11
12
-
6.3.2 has been released and is out of preview. This release contains the latest generated 4.0 VSTS/TFS api contracts. It also consumes the latest typed-rest-client.
13
-
14
-
Note: as of released 6.3.2 version, the web api create methods need to be async so you must use await. For example, note the `await`[in this sample](https://github.com/Microsoft/vsts-node-api/blob/master/samples/build.ts#L11)
12
+
vso-node-api has been renamed and released as azure-devops-node-api
15
13
16
14
## Get started
17
15
@@ -21,36 +19,36 @@ See [samples](./samples) for complete coding examples
0 commit comments