gitee_list_starred_repos
Retrieve a paginated list of repositories the authenticated user has starred, with optional sorting by creation or update date and direction.
Instructions
List repositories starred by the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | created or updated | |
| direction | No | asc or desc | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |