github-tools / github-tools/github
list organizations
未关闭
- 主要语言
- JavaScript
- 星标
- 3.8k
- 派生
- 809
- PR 合并指标
- 30 天内没有已合并 PR
描述
It'd be nice if we could list all orgs using this api. https://developer.github.com/changes/2015-06-17-organizations-endpoint/
```javascript
let gh = new GitHub();
gh.listOrgs().then(...);
```
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start with the linked GitHub Organizations endpoint documentation and search the repository for existing list methods and the GitHub class entry point. Implement and expose the requested listOrgs() operation following the surrounding API conventions, then verify that it returns all organizations as described by the endpoint.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github, javascript
- 领域
- api
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100