Gitee integration (Developer Tools). Imported from open-connector.
https://gitee.com/api/v5/user
/user/repos
| Param | Type | Required | Description |
|---|---|---|---|
| visibility | string | optional | Filter repositories by visibility. |
| q | string | optional | Search repositories by keyword. |
| sort | string | optional | Sort repositories by a Gitee-supported field. |
| direction | string | optional | Sort direction. |
| page | integer | optional | The page number to fetch. |
| perPage | integer | optional | The number of repositories per page. |
/repos/{owner}/{repo}
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | The repository namespace path. |
| repo | string | required | The repository path. |