We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79d084 commit 57690afCopy full SHA for 57690af
README.md
@@ -30,7 +30,7 @@ credentials = BasicAuthentication('', personal_access_token)
30
connection = Connection(base_url=organization_url, creds=credentials)
31
32
# Get a client (the "core" client provides access to projects, teams, etc)
33
-core_client = connection.get_client('azure.devops.v4_0.core.core_client.CoreClient')
+core_client = connection.get_client('azure.devops.v5_0.core.core_client.CoreClient')
34
35
# Get the list of projects in the org
36
projects = core_client.get_projects()
0 commit comments