Skip to content

Commit a713818

Browse files
authored
Add link to VSTS REST API Documentation
1 parent bc383d2 commit a713818

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ for project in team_projects:
2727
pprint.pprint(project.__dict__)
2828
```
2929

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+
3036
# Contributing
3137

3238
This project welcomes contributions and suggestions. Most contributions require you to agree to a

0 commit comments

Comments
 (0)