Skip to content

A simple library for calling the Opsgenie Heartbeat Ping endpoint

License

Notifications You must be signed in to change notification settings

rcrowe/opsgenie-heartbeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opsgenie-heartbeat

A super simple client to send ping requests to the Opsgenie Heartbeat API.

While the SDK supports heartbeat requests, it's more involved to use & I wanted the underlying HTTP GET requests to be more robust to failure.

Usage

hb := heartbeat.New("api-key")
hb.Ping(context.Background(), "name-of-the-heartbeat")

About

A simple library for calling the Opsgenie Heartbeat Ping endpoint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages