github-tools / github-tools/github
initialize user with access token
オープン
- 主要言語
- JavaScript
- スター
- 3.8k
- フォーク
- 809
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
```
import GitHub from 'github-api';
// basic auth
const gh = new GitHub({
username: 'FOO',
password: 'NotFoo'
});
```
how to initialize the user with an access token instead?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
No file, test, or entry point is named in the issue. Start by locating the GitHub client authentication initialization and checking whether access-token credentials are already supported; clarify whether the expected result is documentation or a code change, then verify the chosen initialization path works.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- api, authentication
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100