gitee_list_repo_watchers
Retrieve the list of users watching a specific Gitee repository. Provide owner and repo name, with optional pagination parameters.
Instructions
List users watching a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository path name | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |