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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,8 @@ run();
97
97
98
98
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)
99
99
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
+
100
102
## Running Samples
101
103
102
104
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:
126
128
$ npm run samples -- http
127
129
```
128
130
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
+
129
143
## Contributing
130
144
131
145
To contribute to this repository, see the [contribution guide](./CONTRIBUTING.md)
0 commit comments