microsoftgraph / msgraph-sdk-java-core

Microsoft Graph SDK for Java - Core Library

Home Page:https://docs.microsoft.com/en-us/graph/sdks/sdks-overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delete Files following BaseClient, HttpProvider, Options, & BaseRequest Updates

ramsessanchez opened this issue · comments

Following the refactor/updates to the IBaseClient, HttpProvider, & BaseRequest ensure that we rid the library of any unnecessary files, methods, & references to these models. Options should no longer live in Kiota-Core aside from a select few, this includes graphTelemetaryOptions as this will be graph specific. Most other options are abstract and will live in the Kiota Library.