zorkian / go-datadog-api

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

Feature Request: Webhook Integration support #264

Closed krish7919 closed 4 years ago

krish7919 commented 5 years ago

I was looking to add the Webhook resource in the terraform-datadog-provider, however it depends on this library which does not implement webhook integration.

Would it be possible to add that?

I can help with a PR.

bkimbrough88 commented 5 years ago

I created a related Issue on the Terraform side as I'd like to see this too. See https://github.com/terraform-providers/terraform-provider-datadog/issues/344

krish7919 commented 5 years ago

This is handled with: https://github.com/zorkian/go-datadog-api/pull/265

bkimbrough88 commented 5 years ago

This is handled with: #265

My bad on the PR, should have looked for yours instead before doing a PR myself.

bkabrda commented 4 years ago

Fixed in #300. Closing this issue.