Instagram\API\Request\CreateFriendshipRequest::getEndpoint PHP Method

getEndpoint() public method

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