-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose Accounts API #522
Comments
Hi @50Wliu thanks for reporting! We are working on more prioritized issues at the moment, but will get back to this one soon. |
This issue has had no activity in 90 days. Please comment if it is not actually stale |
These APIs still aren't exposed. |
This would be a nice addition, since this is currently the only thing I implemented not using this package within a project. |
This issue has had no activity in 90 days. Please comment if it is not actually stale |
These APIs still aren't exposed. |
"soon" |
This issue has had no activity in 90 days. Please comment if it is not actually stale |
The Account APIs are still not exposed. |
This issue has had no activity in 90 days. Please comment if it is not actually stale |
Still valid |
This issue has had no activity in 90 days. Please comment if it is not actually stale |
Still not exposes and yes, it really should. |
This issue has had no activity in 90 days. Please comment if it is not actually stale |
I still don't see any Accounts API support. |
Same, I really do not understand what's the matter. |
This issue has had no activity in 90 days. Please comment if it is not actually stale |
Still not stale |
Environment
azure-devops-node-api version: 11.2.0
Issue Description
The Accounts API (https://learn.microsoft.com/en-us/rest/api/azure/devops/account/accounts/list#account) is not exposed by this package, even though it's public and documented.
Expected behaviour
I should be able to call Account APIs.
Actual behaviour
Account APIs are not accessible via this package.
Steps to reproduce
Of note, AccountsInterfaces.ts already exists! But it's also not accessible because nothing imports it :(.
https://github.com/microsoft/azure-devops-node-api/blob/master/api/interfaces/AccountsInterfaces.ts
The text was updated successfully, but these errors were encountered: