Open Context Protocol is live! 🚀 Read the launch post
usersCheckFollowingForUser

usersCheckFollowingForUser

Check if a user follows another user

GET /users/{username}/following/{target_user} HTTP/1.1

Parameters

{
  "username": {
    "description": "The handle for the GitHub user account.",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "target_user": {
    "description": "",
    "required": true,
    "location": "path",
    "type": "string"
  }
}