Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages