IssueFinderAPI
1.0.0
cd IssueFinderAPInpm inode index.js /api/goodfirstissues/:org/:repo -> pour obtenir tous les bons premiers problèmes.
par exemple "http: // localhost: 3000 / api / goodfirstissues / coral-xyz / sac à dos"
/api/helpwantedissues/:org/:repo -> pour obtenir tous les problèmes de recherche d'aide.
par exemple "http: // localhost: 3000 / api / helpwantedissues / coral-xyz / sac à dos"
/api/firsttimersonly/:org/:repo -> Pour obtenir tous les problèmes de premier timire.
par exemple "http: // localhost: 3000 / api / premiertimely / coral-xyz / sac à dos"
/api/all/:org/:repo -> pour obtenir tous les problèmes du repo.
par exemple "http: // localhost: 3000 / api / all / coral-xyz / sac à dos"
Créé par Sabir & Arsalan