-
Notifications
You must be signed in to change notification settings - Fork 64
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
Update user guide with new factory approach #291
Conversation
6ac8116
to
ece8458
Compare
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.
Nits.
GuzzleClientFactory can't do Sigv4 yet, right? |
Signed-off-by: Kim Pepper <kim@pepper.id.au>
Co-authored-by: Shyim <github@shyim.de> Signed-off-by: Kim Pepper <kim@pepper.id.au>
Co-authored-by: Daniel (dB.) Doubrovkine <dblock@dblock.org> Signed-off-by: Kim Pepper <kim@pepper.id.au>
00b9e0d
to
b739818
Compare
Signed-off-by: Kim Pepper <kim@pepper.id.au>
b739818
to
52f3f8a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #291 +/- ##
============================================
+ Coverage 23.57% 23.86% +0.28%
- Complexity 3614 3623 +9
============================================
Files 534 538 +4
Lines 13797 13855 +58
============================================
+ Hits 3253 3306 +53
- Misses 10544 10549 +5 ☔ View full report in Codecov by Sentry. |
Description
Updates the User Guide with the new factory approach.
Issues Resolved
#257
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.