Check if a person is followed by the authenticated user
GET
/user/following/{username}
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”username
required
string
The handle for the GitHub user account.
Responses
Section titled “Responses”If the person is followed by the authenticated user
Not modified
Requires authentication
Media typeapplication/json
Basic Error
Basic Error
object
message
string
documentation_url
string
url
string
status
string
Examplegenerated
{ "message": "example", "documentation_url": "example", "url": "example", "status": "example"}Forbidden
Media typeapplication/json
Basic Error
Basic Error
object
message
string
documentation_url
string
url
string
status
string
Examplegenerated
{ "message": "example", "documentation_url": "example", "url": "example", "status": "example"}If the person is not followed by the authenticated user
Media typeapplication/json
Basic Error
Basic Error
object
message
string
documentation_url
string
url
string
status
string
Examplegenerated
{ "message": "example", "documentation_url": "example", "url": "example", "status": "example"}