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