Expose Accounts API

オープン 初心者向け
#522 コメント 31 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
68/100
issue の種類
機能追加
明瞭さ
明確に書かれている
活発さ
静か
技術スタック
typescript
領域
api

調査の方向性

api/interfaces/AccountsInterfaces.ts から始め、既存の API インターフェースがパッケージを通じてどのように公開されているかを確認します。パッケージの公開 API のエントリーポイントをたどり、このインターフェースをどこに接続する必要があるかを特定します。呼び出し側がパッケージを通じてドキュメント化された Accounts API を使用できれば完了です。issue に記載されている Accounts - List API に対して検証してください。

索引モデルが issue の本文から書いたものです。

説明

Area: NodeApi bug
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

主要言語
TypeScript
スター
502
フォーク
244
平均マージ
2時間 24分
マージ済み PR(30日)
2

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

microsoft/azure-devops-node-api のほかの issue

microsoft/azure-devops-node-api の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。