go-writeas icon indicating copy to clipboard operation
go-writeas copied to clipboard

Add support for `context.Context`

Open oykmnk opened this issue 2 years ago • 1 comments

This patch seeks to update all methods that make an outgoing request to accept a context as their first argument. This enables the library to carry a deadline and other information across API boundaries.

Fixes #11

oykmnk avatar Apr 01 '23 09:04 oykmnk

Thank you for working on this! We can include it in v3 of this library. Will try to review and test soon.

thebaer avatar Apr 01 '23 17:04 thebaer