IssueFinderAPI
1.0.0
cd IssueFinderAPInpm i node index.js/api/goodfirstissues/:org/:repo -> to get all of the good first issues.
e.g. "http://localhost:3000/api/goodfirstissues/coral-xyz/backpack"
/api/helpwantedissues/:org/:repo -> to get all of the help wanted issues.
e.g. "http://localhost:3000/api/helpwantedissues/coral-xyz/backpack"
/api/firsttimersonly/:org/:repo -> to get all of the first timers issues.
e.g. "http://localhost:3000/api/firsttimersonly/coral-xyz/backpack"
/api/all/:org/:repo -> to get all issues from the repo.
e.g. "http://localhost:3000/api/all/coral-xyz/backpack"
Created By Sabir & Arsalan