microsoft / microsoft/azure-devops-node-api
Expose Accounts API
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- TypeScript
- Sterne
- 502
- Forks
- 244
- Ø Merge
- 2 Std. 24 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
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
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne mit api/interfaces/AccountsInterfaces.ts und prüfe, wie vorhandene API-Schnittstellen über das Paket verfügbar gemacht werden. Verfolge die öffentlichen API-Einstiegspunkte des Pakets und ermittle, wo diese Schnittstelle angebunden werden muss. Als abgeschlossen gilt die Aufgabe, wenn Aufrufer die dokumentierte Accounts API über das Paket verwenden können; prüfe dies anhand der in der Aufgabe beschriebenen Accounts - List API.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- typescript
- Bereich
- api
- Issue-Typ
- Feature
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Ruhig
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 68/100