Check if a user follows another user
GET
/users/{username}/following/{target_user} https://api.github.com
Parameters
path Path Parameters
| Name | Type |
|---|---|
username
required
The handle for the GitHub user account. | string |
target_user
required
| string |
Responses
204
if the user follows the target user
unknown
Client Errors
404
if the user does not follow the target user
unknown