Skip to content

ylem-co/opsgenie-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opsgenie REST client

GitHub branch check runs GitHub go.mod Go version Static Badge Static Badge Static Badge Static Badge

How to use?

First of initiate the client with GeniKey. E.g., in init

func init() {
	opsgenieclient.Initiate(opsgenieclient.Config{
		ApiKey: "<your api key>",
	})
}

Now as the client is created, we can create an alert

opg, _ := opsgenieclient.CreateInstance(ctx)
_ = opg.CreateAlert(request)

About

Ylem client for integrating with Atlassian Opsgenie

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages