Github API - Test Config

GET /repos/{owner}/{repo}/community/profile
repos

Returns all community profile metrics for a repository. The repository cannot be a fork.

The returned metrics include an overall health score, the repository description, the presence of documentation, the
detected code of conduct, the detected license, and the presence of ISSUE_TEMPLATE, PULL_REQUEST_TEMPLATE,
README, and CONTRIBUTING files.

The health_percentage score is defined as a percentage of how many of
these four documents are present: README, CONTRIBUTING, LICENSE, and
CODE_OF_CONDUCT. For example, if all four documents are present, then
the health_percentage is 100. If only one is present, then the
health_percentage is 25.

content_reports_enabled is only returned for organization-owned repositories.
Get community profile metrics

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json community-profile

community-profile [object]

Community Profile

Attributes
content_reports_enabled boolean

description string

documentation string

files 1955

health_percentage integer

updated_at string

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)