Qlty integration (Developer Tools, Data). Imported from open-connector.
https://api.qlty.sh/user
/workspaces
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of items to return. Qlty accepts 1-100. |
| offset | integer | optional | Number of items to skip before returning results. |
/workspaces/{keyOrId}
| Param | Type | Required | Description |
|---|---|---|---|
| keyOrId | string | required | Qlty workspace key or ID. Must be at least 3 characters. |
/gh/{ownerKeyOrId}/projects
| Param | Type | Required | Description |
|---|---|---|---|
| ownerKeyOrId | string | required | Repository owner login or Qlty workspace ID. Must be at least 3 characters. |
| limit | integer | optional | Maximum number of items to return. Qlty accepts 1-100. |
| offset | integer | optional | Number of items to skip before returning results. |
/gh/{ownerKeyOrId}/projects/{keyOrId}
| Param | Type | Required | Description |
|---|---|---|---|
| ownerKeyOrId | string | required | Repository owner login or Qlty workspace ID. Must be at least 3 characters. |
| keyOrId | string | required | Repository name or Qlty project ID. Must be at least 3 characters. |
/gh/{ownerKeyOrId}/projects/{projectKeyOrId}/issues
| Param | Type | Required | Description |
|---|---|---|---|
| ownerKeyOrId | string | required | Repository owner login or Qlty workspace ID. Must be at least 3 characters. |
| projectKeyOrId | string | required | Repository name or Qlty project ID. Must be at least 3 characters. |
| limit | integer | optional | Maximum number of items to return. Qlty accepts 1-100. |
| offset | integer | optional | Number of items to skip before returning results. |
| category | string | optional | issue categories to include. |
| level | string | optional | issue levels to include. |
| status | string | optional | issue statuses to include. |
| tool | string | optional | tool names to include. |
/gh/{ownerKeyOrId}/projects/{projectKeyOrId}/metrics
| Param | Type | Required | Description |
|---|---|---|---|
| ownerKeyOrId | string | required | Repository owner login or Qlty workspace ID. Must be at least 3 characters. |
| projectKeyOrId | string | required | Repository name or Qlty project ID. Must be at least 3 characters. |
/rate_limit