Instagram\API\Request\FollowingFriendshipRequest::getEndpoint PHP Méthode

getEndpoint() public méthode

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