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
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,27 @@
5
5
6
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).
7
7
8
+
# Getting Started
9
+
10
+
Following is an example how to use the API directly:
11
+
12
+
```
13
+
from vsts.vss_connection import VssConnection
14
+
from msrest.authentication import BasicAuthentication
0 commit comments