github_user_following
Retrieve a paginated list of public accounts that a specified GitHub user follows. Provide the username to get each page of following data.
Instructions
List who a GitHub user follows. Returns a page of the public accounts a GitHub user follows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| per_page | No | Results per page (max 100) | |
| username | Yes | GitHub username |