azure-devops-dotnet-samples
azure-devops-dotnet-samples copied to clipboard
Add call for getting all Accounts/Organizations to Api Libraries
The Accounts Api is not available in any of the Api Libraries.
This is a big oversight, as it's the first API (after auth) that many services will use.
Have you tried using the Microsoft.VisualStudio.Services.Account.Client.AccountHttpClient to get what you need?
I'm using the node version of the API which only provides the WebApi Object. I'm not sure that class exists there