list_user_following
Retrieve the list of GitHub users that a specified user follows, including login, ID, and avatar URL. Supports pagination with page and per_page parameters.
Instructions
List the users that a given GitHub user follows. Returns an array of simple-user objects, each with login, id, avatar_url, and html_url. Paginate with page and per_page. Docs: https://docs.github.com/en/rest/users/followers#list-the-people-a-user-follows
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| per_page | No | ||
| username | Yes | The GitHub username (login) whose following list to retrieve. |