IssueFinderAPI
1.0.0
cd IssueFinderAPInpm inode index.js /api/goodfirstissues/:org/:repo >すべての良い最初の問題を取得します。
例「http:// localhost:3000/api/goodfirstissues/coral-xyz/backpack」
/api/helpwantedissues/:org/:repo >すべてのヘルプが必要な問題を取得します。
例「http:// localhost:3000/api/helpwantedissues/coral-xyz/backpack」
/api/firsttimersonly/:org/:repo >すべての最初のタイマーの問題を取得します。
例「http:// localhost:3000/api/firsttimersonly/coral-xyz/backpack」
/api/all/:org/:repo >リポジトリからすべての問題を取得します。
例「http:// localhost:3000/api/all/coral-xyz/backpack」
Sabir&Arsalanによって作成されました