Skip to content

Commit

Permalink
Add link to VSTS REST API Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tedchamb committed Jan 19, 2018
1 parent 38024c2 commit 7199c5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ for project in team_projects:
pprint.pprint(project.__dict__)
```

# VSTS REST API Documentation

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.

[VSTS REST API Documentation](https://docs.microsoft.com/en-us/rest/api/vsts)

# Contributing

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

0 comments on commit 7199c5f

Please sign in to comment.