Skip to main content

hasTheFans

Check whether the user follows the specified user

Path Parameters
  • username required

    current usernames

  • targetUsername required

    Followed username

Header Parameters
  • Authorization required

    Oauth2 token or private token (needs to start with Bearer plus a space)

Responses

Success

GET /users/:username/following/:targetUsername

Request

Base URL
https://api.atomgit.com
username — path required
targetUsername — path required
Authorization — header required
curl -L -X GET 'https://api.atomgit.com/users/:username/following/:targetUsername'