mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-19 12:10:32 -06:00
use HTTP::get
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user