microsoft / azure-devops-wit-client-om-migration-guide

.NET/C# samples for interacting with work items on Azure DevOps Services and Azure DevOps Server
MIT License
25 stars 9 forks source link

how to get team info? #6

Open CathyCathyFan opened 3 years ago

CathyCathyFan commented 3 years ago

I tried to use this method GetTeamMembersAsync of TeamHttpClient, but got warning that it has been deprecated. Would like to check if there is corresponded function in RESTClient libraries?

Thanks!