aiven/aiven-go-client

add context to all resources

MichaHoffmann opened this issue · 2 comments

Currently the API is not context aware. We could extend it with [...]WithContext functions that take a context as first parameter to facilitate cancelation and timeouts.

All API calls without context should be deprecated afterwards.