list_following
Retrieve the list of users that a specified user follows on Forgejo. Supports pagination to navigate through results.
Instructions
List who a user is following
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Username of the user | |
| page | No | Page number (starts at 1) | |
| limit | No | Number of results per page (max 50) |