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 unaggregated parameter to events.GetEvents #319

Open praveenRamalingam opened 4 years ago

praveenRamalingam commented 4 years ago

Implement @bkabrda suggestion from #203 to add support for querying unaggregated query param

jirikuncar commented 4 years ago

@praveenRamalingam the solution looks good. Thank you! Can you also include new test for it?