gitee_list_repo_stargazers
Retrieve the list of users who starred a specific repository. Supports pagination and requires owner and repo name.
Instructions
List users who starred 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) |