seregazhuk\PinterestBot\Api\Traits\Followable::follow PHP Method

follow() public method

Follow user by user_id.
public follow ( $entityId ) : boolean
$entityId
return boolean
    public function follow($entityId)
    {
        return $this->followCall($entityId, $this->getFollowUrl());
    }