opsgenie / opsgenie-go-sdk-v2

Opsgenie GO SDK v2
Apache License 2.0
34 stars 63 forks source link

Update integration request with missing field #144

Closed koushik-swaminathan closed 1 month ago

koushik-swaminathan commented 1 month ago

The current request body in the terraform provider does not match the one given in the official documentation. This PR updates the request body to include the missing fields. https://docs.opsgenie.com/docs/integration-api#create-api-based-integration

arjunrajpal commented 1 month ago

As per https://go.dev/doc/go1.13 https://go.dev/doc/go1.14 https://go.dev/doc/go1.15 https://go.dev/doc/go1.16 Most of the changes are in the implementation of the toolchain, runtime, and libraries. We expect almost all Go programs to continue to compile and run as before.

So we shouldn't have any problems with bumping up Go

coveralls commented 1 month ago

Coverage Status

coverage: 39.184%. remained the same when pulling cb1c49e0966667a53fe7c834798f2893248e6491 on modify-integration-request into 07b7fdb209d8fbde9af873c43d2bb423252f9f24 on master.