GSA/code-gov-integrations

View on GitHub
libs/github/index.js

Summary

Maintainability
A
35 mins
Test Coverage
const {
  getAllDataForRepo,
  getRepoReadme,
  getRepoData,
  getRepoIssues,
  getRepoLanguages,
  getClient,
  getRepoContributors
} = require('./github');

module.exports = {
  getAllDataForRepo,
  getRepoReadme,
  getRepoData,
  getRepoIssues,
  getRepoLanguages,
  getClient,
  getRepoContributors
};