Skip to content

Commit

Permalink
Seperate the code blocks for each Chaoss Working Group
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Brain <[email protected]>
  • Loading branch information
ABrain7710 committed Aug 20, 2021
1 parent 9955198 commit 2d6ba22
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/source/rest-api/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ info:
version: 0.12.0
openapi: 3.0.0
paths:
#utility endpoints
/repo-groups:
get:
description: Get all the downloaded repo groups.
Expand Down Expand Up @@ -235,6 +236,10 @@ paths:
type: array
tags:
- utility



#risk endpoints
/repo-groups/:repo_group_id/average-issue-resolution-time:
get:
description: 'The average issue resolution time. '
Expand Down Expand Up @@ -829,6 +834,10 @@ paths:
type: array
tags:
- risk



#experimental endpoints
/repo-groups/:repo_group_id/aggregate-summary:
get:
description: Returns the current count of watchers, stars, and forks and the
Expand Down Expand Up @@ -1596,6 +1605,10 @@ paths:
type: array
tags:
- experimental



#evolution endpoints
/repo-groups/:repo_group_id/code-changes:
get:
description: 'Time series of number of commits during a certain period. '
Expand Down Expand Up @@ -3965,6 +3978,10 @@ paths:
type: array
tags:
- evolution



#value endpoints
/repo-groups/:repo_group_id/watchers:
get:
description: A time series of watchers count.
Expand Down Expand Up @@ -4221,6 +4238,10 @@ paths:
type: array
tags:
- value



#visualization endpoints
/contributor_reports/new_contributors_bar/:
get:
description: Get bar chart of new contributor counts.
Expand Down

0 comments on commit 2d6ba22

Please sign in to comment.