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 type application/json
Basic Error
Basic Error
object
message
string
documentation_url
string
url
string
status
string
Example generated
{ "message": "example", "documentation_url": "example", "url": "example", "status": "example"}Forbidden
Media type application/json
Basic Error
Basic Error
object
message
string
documentation_url
string
url
string
status
string
Example generated
{ "message": "example", "documentation_url": "example", "url": "example", "status": "example"}If the person is not followed by the authenticated user
Media type application/json
Basic Error
Basic Error
object
message
string
documentation_url
string
url
string
status
string
Example generated
{ "message": "example", "documentation_url": "example", "url": "example", "status": "example"}