Skip to content

Commit 3e87a80

Browse files
author
damccorm
authored
Updated README to add TFS info and added tags (#239)
1 parent 108f06a commit 3e87a80

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ run();
9797

9898
To see what APIs are available, see the appropriate client interface. For example, [GitApi.ts](https://github.com/Microsoft/azure-devops-node-api/blob/master/api/GitApi.ts)
9999

100+
More detailed information for the endpoints of each API can be found at https://docs.microsoft.com/en-us/rest/api/vsts/?view=vsts-rest-4.1
101+
100102
## Running Samples
101103

102104
Pre-reqs: [Node >= 4.4.7 LTS](https://nodejs.org) and [typescript (tsc) >= 1.8](https://www.npmjs.com/package/typescript)
@@ -126,6 +128,18 @@ Run a specific sample:
126128
$ npm run samples -- http
127129
```
128130

131+
## API and TFS Mapping
132+
133+
Below you'll find a quick mapping of azure-devops-node-api versions and their corresponding TFS releases. All API versions will work on the server version mentioned as well as later versions.
134+
135+
|**TFS Version** | **Node API VERSION**|
136+
|-------------------|------------------|
137+
|TFS 2018 Update 2 | 6.6.2|
138+
|TFS 2017 Update 2 | 6.2.8-preview|
139+
|TFS 2017 Update 1 | 5.1.2|
140+
|TFS 2017 RTW | 5.0.0|
141+
|TFS 2015 Update 2 | 0.7.0|
142+
129143
## Contributing
130144

131145
To contribute to this repository, see the [contribution guide](./CONTRIBUTING.md)

0 commit comments

Comments
 (0)