-
Notifications
You must be signed in to change notification settings - Fork 215
Closed
Labels
Description
Hello, I have a VssConnection and I have been able to get most clients from it except I am having trouble with the work client. I'm using the following code to get the client:
work_client = connection.get_client('vsts.work.v4_0.work_client.WorkClient')
And the error I'm getting is:
ModuleNotFoundError: No module named 'vsts.work'
Can you please tell me how to initialize a work client?