Go SDK for DoubleCloud API.
go install github.com/doublecloud/go-sdk@latestkey, err:=iamkey.ReadFromJSONFile(*flags.saPath)
iferr!=nil {
panic(err)
}
creds, err:=dc.ServiceAccountKey(key)
iferr!=nil {
panic(err)
}
sdk, err:=dc.Build(ctx, dc.Config{
Credentials: creds,
})More examples can be found in examples directory.