microsoft / microsoft/azure-devops-node-api
Expose Accounts API
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 502
- Forks
- 244
- Avg merge
- 2h 24m
- Merged PRs (30d)
- 2
Description
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
- Try to use the Accounts - List API
- Notice it doesn't exist in the package
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with api/interfaces/AccountsInterfaces.ts and inspect how existing API interfaces are exposed through the package. Trace the package's public API entry points and determine where this interface needs to be connected. Done means callers can use the documented Accounts API through the package; verify against the Accounts - List API described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100