msgraph-sdk-java icon indicating copy to clipboard operation
msgraph-sdk-java copied to clipboard

Add GraphServiceClient which Extends BaseGraphServiceClient

Open ramsessanchez opened this issue 3 years ago • 0 comments

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

ramsessanchez avatar Jul 21 '22 17:07 ramsessanchez