Instagram\API\Request\FollowersFriendshipRequest::getEndpoint PHP Метод

getEndpoint() публичный Метод

public getEndpoint ( )
    public function getEndpoint()
    {
        return sprintf("/v1/friendships/%s/followers/", $this->userId);
    }