-
Notifications
You must be signed in to change notification settings - Fork 232
Introducing kiota fetch into Graph #712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
baywet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's huge progress! a few comments to help drive this further.
src/authentication/SimpleAuthentication/SimpleAuthenticationProvider.ts
Outdated
Show resolved
Hide resolved
|
Regarding your example in the PR description, let's maintain the header value according to spec:
It should look like |
I would actually argue that it should be |
|
I'm going to argue against myself too and agree with @sebastienlevert |
|
Related : microsoftgraph/msgraph-sdk-typescript#29 |
baywet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for taking in the changes!
fixes #589
GraphBaseClientwhich will be extended byGraphServiceClientv1, beta and so on. TheGraphBaseClientextends theclient.init()andapi()methods.RetryHandler,TelemetryHandler,RedirectHandlerI have currently customized the
GraphServiceClientas follows: