-
Notifications
You must be signed in to change notification settings - Fork 62
Add SimpleHttpProvider for GraphClientFactory compatibility #38
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
- Adds tests to validate similar behavior to HttpProvider - Add modified checks to not authenticate SimpleHttprovider when authprovider is presents - Fixed Ambiguous call in test.
MIchaelMainer
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.
This PR is dependent on #37
|
We will pull this in once #37 is completed and I have pulled in any necessary error/diagnostic changes |
|
New support for error/diagnostic info has now been incorporated. This PR should now be ready to be pulled in. |
|
It looks fine - just set the version back to 1.18.0 and then we should be set. Part of me wants to turn some of those thrown ServiceException into ClientException as they aren't really ServiceException. Perhaps we do that wholesale at a later break. |
|
Version number has now been corrected to 1.18.0 |
|
Looks like merging the two branches broke some tests. Seems related to ThrowSite. /cc @andrueastman @MIchaelMainer |
… into andrueastman/simplehttpprovider
|
Thanks pointing this out. This has been resolved. To prevent this from occurring again, I think we might need to look into the pr validation checks as it looks to me like the tests are not really run. |
Changes proposed in this pull request
This means that one can easily use a custom httpClient with the request builders provided.
either SimpleHttprovider or HttpProvider and when authprovider is present.
Other links