Version 2.4.3
Changelog
-
Exclude non-essential files from dist #210 Credit goes to @rvitaliy
-
SharePoint API model has been updated to
16.0.20628.12006
version -
Error handling:
validate()
method for classResponse
introduced which throws an exception if the HTTP response was unsuccessful, usage:
$response = Requests::execute($request);
$response->validate();