zorkian / go-datadog-api

A Go implementation of the Datadog API.
BSD 3-Clause "New" or "Revised" License
183 stars 156 forks source link

Adding option in client to specify extra headers #276

Closed CharlyF closed 4 years ago

CharlyF commented 4 years ago

👋 In order to better identify Agents making calls to the API we need to be able to configure the request's context. Having the extra options at the client level will also allow for other header options to be configured.