github_activity_list_repos_starred_by_user
List all repositories starred by a specified GitHub user. Sort by creation or update date, control direction and pagination.
Instructions
List repositories starred by a user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | username | |
| sort | No | The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed to. | |
| direction | No | The direction to sort the results by. | |
| per_page | No | The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." | |
| page | No | The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." |