Skip to content

Added support for prefix paths in files resource

Compare
Choose a tag to compare
@dcblogdev dcblogdev released this 14 Aug 23:53
· 151 commits to master since this release

Changed files to support passing the prefix to the paths such as me or groups/$groupId or sites.

Example

//set a custom prefix to a set group
MsGraph::files()->getFiles($this->path, "groups/$groupId");

//use the default (me)
MsGraph::files()->getFiles($this->path);