use HTTP::get

This commit is contained in:
Michael Barz
2021-10-18 15:29:43 +02:00
parent df4f70917c
commit 95112ee266

View File

@@ -88,7 +88,7 @@ class GraphApiContext implements Context {
}
$fullUrl .= "graph/v1.0/me/drives/" . $arguments;
return HttpRequestHelper::sendRequest($fullUrl, $xRequestId, 'GET', $user, $password, $headers, $body);
return HttpRequestHelper::get($fullUrl, $xRequestId, $user, $password, $headers, $body);
}
/**