Skip to content

Commit 344b90e

Browse files
authored
Update README.md
1 parent 22ff726 commit 344b90e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[![Visual Studio Team services](https://mseng.visualstudio.com/_apis/public/build/definitions/698eacea-9ea2-4eb8-80a4-d06170edf6bc/5904/badge)]()
22
[![Python](https://img.shields.io/pypi/pyversions/vsts-cli.svg)](https://pypi.python.org/pypi/vsts)
33

4-
# Microsoft Visual Studio Team Services Python API
4+
# Azure DevOps Python API
55

6-
This repository contains Microsoft Visual Studio Team Services Python API. This API is used to build the Visual Studio Team Services CLI. To learn more about the VSTS CLI, check out our [github repo](https://github.com/Microsoft/vsts-cli).
6+
This repository contains Python APIs for interacting with and managing Azure DevOps. These APIs power the Visual Studio Team Services CLI. To learn more about the VSTS CLI, visit the [Microsoft/vsts-cli](https://github.com/Microsoft/vsts-cli) repo.
77

88
# Installation
99

@@ -13,7 +13,7 @@ This repository contains Microsoft Visual Studio Team Services Python API. This
1313

1414
Following is an example how to use the API directly:
1515

16-
```
16+
```python
1717
from vsts.vss_connection import VssConnection
1818
from msrest.authentication import BasicAuthentication
1919
import pprint
@@ -31,11 +31,9 @@ for project in team_projects:
3131
pprint.pprint(project.__dict__)
3232
```
3333

34-
# VSTS REST API Documentation
35-
36-
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.
34+
# Azure DevOps REST API Documentation
3735

38-
[VSTS REST API Documentation](https://docs.microsoft.com/en-us/rest/api/vsts)
36+
This Python library provides a thin wrapper around the Azure DevOps REST APIs. See the [Azure DevOps REST API reference](https://docs.microsoft.com/en-us/rest/api/vsts/?view=vsts-rest-5.0) for details on calling different APIs.
3937

4038
# Contributing
4139

0 commit comments

Comments
 (0)