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

add additional WithContext methods to services #182

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from

Conversation

jamesgoodhouse
Copy link

This keeps all the exact same functionality of the original methods, but now allows a context to be passed in for better control of the request. This is the preferred way of managing a request, setting a deadline, adding instrumentation, etc. Addresses issue #180.

this keeps all the exact same functionality of the original methods, but
now allows a context to be passed in for better control of the request.
this is the preferred way of managing a req, setting it's deadline,
adding instrumentation, etc.
@actaeon actaeon mentioned this pull request Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant