Skip to content
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

WIP: Add a generic hmac client that other apis can impliment. #61

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

japerry
Copy link
Contributor

@japerry japerry commented Jul 11, 2022

Several of our products are doing the same thing in regards to an hmac client. Instead of re-inventing the wheel over and over, have hmac clients extend this base hmac client, overriding some key methods that are specific to the api implimentation.

Copy link

@mglaman mglaman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guzzle's Client class is final in Guzzle 8. Composing clients around Guzzle is better than extending it.

@nikgregory
Copy link

nikgregory commented Oct 19, 2022 via email

@acquia-stalebot-platauto
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants