usersCheckFollowingForUser
Check if a user follows another user
GET /users/{username}/following/{target_user} HTTP/1.1Parameters
{
"username": {
"description": "The handle for the GitHub user account.",
"required": true,
"location": "path",
"type": "string"
},
"target_user": {
"description": "",
"required": true,
"location": "path",
"type": "string"
}
}