datadog-agent
datadog-agent copied to clipboard
Add options struct for util DoGet function
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.