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

all API calls should accept context.Context #4

Open
kevinburke opened this issue May 8, 2023 · 0 comments
Open

all API calls should accept context.Context #4

kevinburke opened this issue May 8, 2023 · 0 comments

Comments

@kevinburke
Copy link

Especially if you are going to be using this for any sort of "high frequency" or time sensitive operations it would be good to be able to cancel in-flight API calls, which you can't currently do besides setting a timeout on a global *http.Client.

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

No branches or pull requests

1 participant