OSS Insight integration (Developer Tools, Data). Imported from open-connector.
https://api.ossinsight.io/v1/collections/
/collections/hot/
/collections/{collection_id}/repos/
| Param | Type | Required | Description |
|---|---|---|---|
| collection_id | string | required | The OSS Insight collection ID. |
/collections/{collection_id}/ranking_by_stars/
| Param | Type | Required | Description |
|---|---|---|---|
| collection_id | string | required | The OSS Insight collection ID. |
| period | string | optional | The OSS Insight collection ranking period, such as past_7_days or past_28_days. |
/collections/{collection_id}/ranking_by_prs/
| Param | Type | Required | Description |
|---|---|---|---|
| collection_id | string | required | The OSS Insight collection ID. |
| period | string | optional | The OSS Insight collection ranking period, such as past_7_days or past_28_days. |
/collections/{collection_id}/ranking_by_issues/
| Param | Type | Required | Description |
|---|---|---|---|
| collection_id | string | required | The OSS Insight collection ID. |
| period | string | optional | The OSS Insight collection ranking period, such as past_7_days or past_28_days. |
/trends/repos/
| Param | Type | Required | Description |
|---|---|---|---|
| period | string | optional | The time period used to calculate trending repositories. |
| language | string | optional | The programming language filter. Use All to include every language. |
/repos/{owner}/{repo}/issue_creators/
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | The owner of the GitHub repository. |
| repo | string | required | The name of the GitHub repository. |
| sort | string | optional | The OSS Insight sort option for the creator list endpoint. |
| exclude_bots | boolean | optional | Whether to exclude bot accounts. |
| page | integer | optional | The 1-based page number to fetch. |
| page_size | integer | optional | The number of rows to fetch per page. |
/repos/{owner}/{repo}/issue_creators/countries/
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | The owner of the GitHub repository. |
| repo | string | required | The name of the GitHub repository. |
| exclude_unknown | boolean | optional | Whether to exclude rows with unknown country or organization information. |
| from | string | optional | The start date of the time range. |
| to | string | optional | The end date of the time range. |
/repos/{owner}/{repo}/issue_creators/organizations/
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | The owner of the GitHub repository. |
| repo | string | required | The name of the GitHub repository. |
| exclude_unknown | boolean | optional | Whether to exclude rows with unknown country or organization information. |
| from | string | optional | The start date of the time range. |
| to | string | optional | The end date of the time range. |
/repos/{owner}/{repo}/issue_creators/history/
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | The owner of the GitHub repository. |
| repo | string | required | The name of the GitHub repository. |
| per | string | optional | The time interval of the returned history points. |
| from | string | optional | The start date of the time range. |
| to | string | optional | The end date of the time range. |
/repos/{owner}/{repo}/pull_request_creators/
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | The owner of the GitHub repository. |
| repo | string | required | The name of the GitHub repository. |
| sort | string | optional | The OSS Insight sort option for the creator list endpoint. |
| exclude_bots | boolean | optional | Whether to exclude bot accounts. |
| page | integer | optional | The 1-based page number to fetch. |
| page_size | integer | optional | The number of rows to fetch per page. |
/repos/{owner}/{repo}/pull_request_creators/countries/
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | The owner of the GitHub repository. |
| repo | string | required | The name of the GitHub repository. |
| exclude_unknown | boolean | optional | Whether to exclude rows with unknown country or organization information. |
| from | string | optional | The start date of the time range. |
| to | string | optional | The end date of the time range. |
/repos/{owner}/{repo}/pull_request_creators/organizations/
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | The owner of the GitHub repository. |
| repo | string | required | The name of the GitHub repository. |
| exclude_unknown | boolean | optional | Whether to exclude rows with unknown country or organization information. |
| from | string | optional | The start date of the time range. |
| to | string | optional | The end date of the time range. |
/repos/{owner}/{repo}/pull_request_creators/history/
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | The owner of the GitHub repository. |
| repo | string | required | The name of the GitHub repository. |
| per | string | optional | The time interval of the returned history points. |
| from | string | optional | The start date of the time range. |
| to | string | optional | The end date of the time range. |
/repos/{owner}/{repo}/stargazers/countries/
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | The owner of the GitHub repository. |
| repo | string | required | The name of the GitHub repository. |
| exclude_unknown | boolean | optional | Whether to exclude rows with unknown country or organization information. |
| from | string | optional | The start date of the time range. |
| to | string | optional | The end date of the time range. |
/repos/{owner}/{repo}/stargazers/organizations/
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | The owner of the GitHub repository. |
| repo | string | required | The name of the GitHub repository. |
| exclude_unknown | boolean | optional | Whether to exclude rows with unknown country or organization information. |
| from | string | optional | The start date of the time range. |
| to | string | optional | The end date of the time range. |
/repos/{owner}/{repo}/stargazers/history/
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | The owner of the GitHub repository. |
| repo | string | required | The name of the GitHub repository. |
| per | string | optional | The time interval of the returned history points. |
| from | string | optional | The start date of the time range. |
| to | string | optional | The end date of the time range. |