class Github::Client::Users::Followers

def follow(*args)

Other tags:
    Api: - public
def follow(*args)
  arguments(args, required: [:username])
  put_request("/user/following/#{arguments.username}", arguments.params)
end