List users followed by a user
curl --request GET \
--url https://gogs.example.com/api/v1/users/{username}/following \
--header 'Authorization: <api-key>'[
{
"id": 123,
"username": "<string>",
"login": "<string>",
"full_name": "<string>",
"email": "jsmith@example.com",
"avatar_url": "<string>"
}
]Users
List users followed by a user
GET
/
users
/
{username}
/
following
List users followed by a user
curl --request GET \
--url https://gogs.example.com/api/v1/users/{username}/following \
--header 'Authorization: <api-key>'[
{
"id": 123,
"username": "<string>",
"login": "<string>",
"full_name": "<string>",
"email": "jsmith@example.com",
"avatar_url": "<string>"
}
]Authorizations
Personal access token. Use format: token {YOUR_ACCESS_TOKEN}
Path Parameters
Username