I know I can use the .NET SDK pointing to the beta endpoint:
public GraphServiceClient(string baseUrl, ...
Is it possible to interact with SharePoint sites (https://graph.microsoft.io/en-us/docs/api-reference/beta/resources/sharepoint) using the current msgraph .NET SDK (currently, version 1.2.1, Feb 13 2017)?
Or perhaps there is a dev branch implementing this (currently beta) functionality?
What I need is access to the site's files (as it is for OneDrive) ref.: How to access a document library in a sharepoint online site using MS graph
Specifically, I want to know how to handle requests like this via the SDK:
/Sharepoint/sites/<siteCollectionId>,<siteId>/drive/root/children
/Sharepoint/sites/<siteCollectionId>,<siteId>/lists/<listId>/drive/root/children