msgraph-sdk-java
msgraph-sdk-java copied to clipboard
Add GraphServiceClient which Extends BaseGraphServiceClient
We need to add the GraphServiceClient class, similar to that in the DotNet Service Library. https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/feature/5.0/src/Microsoft.Graph/GraphServiceClient.cs This class will Extend the BaseGraphServiceClient and implement the IBaseClient interface which can be found in the JavaCore library v3 branch: https://github.com/microsoftgraph/msgraph-sdk-java-core/blob/v3/longTermBranch/src/main/java/com/microsoft/graph/Requests/IBaseClient.java