zorkian / go-datadog-api

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

Add functionality to manipulate application keys #236

Closed bkabrda closed 5 years ago

bkabrda commented 5 years ago

Do not merge yet; the Update method doesn't work as there seems to be bug in the API preventing doing the PUT request (it's known and being worked on IIUC). Once it's fixed, this PR should be ready to go.

This is the next piece required to be able to implement https://github.com/terraform-providers/terraform-provider-datadog/issues/90 in the TF DD provider.

daveadams commented 5 years ago

Looking forward to this being merged.

bkabrda commented 5 years ago

Ok, the API-side problems have been fixed, this is now ready to be reviewed.

bkabrda commented 5 years ago

Thanks for the review, merging.