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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,12 @@ for project in team_projects:
27
27
pprint.pprint(project.__dict__)
28
28
```
29
29
30
+
# VSTS REST API Documentation
31
+
32
+
The python SDK is a thin wrapper around the VSTS REST APIs. Please consult our REST API documentation for API specific details while working with this python SDK.
33
+
34
+
[VSTS REST API Documentation](https://docs.microsoft.com/en-us/rest/api/vsts)
35
+
30
36
# Contributing
31
37
32
38
This project welcomes contributions and suggestions. Most contributions require you to agree to a
0 commit comments