gitee_list_user_public_repos
List public repositories for a specified Gitee user. Supports filtering by type, sorting, and pagination.
Instructions
List public repositories for a user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Username | |
| type | No | all, owner, member | |
| sort | No | Sort by | |
| direction | No | asc or desc | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |