Codacy integration (Developer Tools). Imported from open-connector.
https://app.codacy.com/user
/user/organizations/{provider}
| Param | Type | Required | Description |
|---|---|---|---|
| provider | string | required | Git provider identifier used by Codacy, such as gh for GitHub, gl for GitLab, o… |
| cursor | string | optional | Cursor returned by Codacy for requesting the next result page. |
| limit | integer | optional | Maximum number of items to return, from 1 to 100. |
/analysis/organizations/{provider}/{remoteOrganizationName}/repositories
| Param | Type | Required | Description |
|---|---|---|---|
| provider | string | required | Git provider identifier used by Codacy, such as gh for GitHub, gl for GitLab, o… |
| remoteOrganizationName | string | required | Organization name on the Git provider. |
| cursor | string | optional | Cursor returned by Codacy for requesting the next result page. |
| limit | integer | optional | Maximum number of items to return, from 1 to 100. |
| search | string | optional | Search string used to filter repositories. |
| segments | string | optional | Comma-separated list of segment identifiers. |
/analysis/organizations/{provider}/{remoteOrganizationName}/repositories/{repositoryName}
| Param | Type | Required | Description |
|---|---|---|---|
| provider | string | required | Git provider identifier used by Codacy, such as gh for GitHub, gl for GitLab, o… |
| remoteOrganizationName | string | required | Organization name on the Git provider. |
| repositoryName | string | required | Repository name on the Git provider organization. |
| branch | string | optional | Name of a repository branch enabled on Codacy. |
/tools
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | Cursor returned by Codacy for requesting the next result page. |
| limit | integer | optional | Maximum number of items to return, from 1 to 100. |
/languages/tools
/tools/{toolUuid}/patterns
| Param | Type | Required | Description |
|---|---|---|---|
| toolUuid | string | required | The Codacy tool UUID. |
| cursor | string | optional | Cursor returned by Codacy for requesting the next result page. |
| limit | integer | optional | Maximum number of items to return, from 1 to 100. |
| enabled | boolean | optional | Filter by enabled status. |
/tools/{toolUuid}/patterns/{patternId}
| Param | Type | Required | Description |
|---|---|---|---|
| toolUuid | string | required | The Codacy tool UUID. |
| patternId | string | required | Pattern identifier unique within the Codacy tool. |