github_users_list_followed_by_authenticated_user
List the users followed by the authenticated GitHub account, with support for pagination via per_page and page parameters.
Instructions
List the people the authenticated user follows
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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)." |