microsoft-graph-explorer-v4 icon indicating copy to clipboard operation
microsoft-graph-explorer-v4 copied to clipboard

migrate from @microsoft/microsoft-graph-client to @microsoft/msgraph-sdk-core

Open baywet opened this issue 1 year ago • 1 comments

As part of the TypeScript SDK work, we're planning to deprecate the old JavaScript SDK. Graph explorer should also follow that migration path.

Things to consider:

  • bundle size after migration. We anticipate little to no impact, but reporting those numbers on the PR would be beneficial.
  • middleware handlers: GE might want to tweak the handlers it's using to match the current setup. (e.g. do we want the retry handler or not, etc...)

Potential blockers:

Additional considerations:

  • we might want to do that work AHEAD of the GA to benefit from the experience here and feed back in the GA cycle.

baywet avatar Dec 04 '24 14:12 baywet

Waiting on https://github.com/microsoft/kiota-typescript/issues/186.

musale avatar Feb 04 '25 11:02 musale