microsoft / microsoft/azure-devops-node-api

Expose Accounts API

Open Beginner friendly
#522 31 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Area: NodeApi bug
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
  1. Try to use the Accounts - List API
  2. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.