datadog-agent icon indicating copy to clipboard operation
datadog-agent copied to clipboard

Add options struct for util DoGet function

Open pgimalac opened this issue 1 year ago • 0 comments

What does this PR do?

Add a DoGetWithOptions function which takes an option struct with options for DoGet.

Motivation

Being able to provide an auth token as option and stop using the global variable.

Additional Notes

Possible Drawbacks / Trade-offs

Describe how to test/QA your changes

Covered by unit tests.

pgimalac avatar Mar 12 '24 16:03 pgimalac