Registry / messaging / gregdel-pushover

gregdel-pushover

JSON →
library1.4.0gogounverified

Package pushover provides a wrapper around the Pushover API for sending push notifications.

go get github.com/gregdel/pushover
INSTALL
IMPORT
SIG · GREGDEL-PUSHOVER
G
gregdel-pushover
messaginggov1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pushover
github.com/gregdel/pushover

Minimal example showing how to send a push notification via Pushover.

package main import ( "fmt" "github.com/gregdel/pushover" ) func main() { app := pushover.New("your-app-token") recipient := pushover.NewRecipient("user-key") message := pushover.NewMessage("Hello from Go!") resp, err := app.SendMessage(message, recipient) if err != nil { panic(err) } fmt.Println("Response:", resp) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Perplexity
1
OpenAI (training)
1
Resources
gregdel-pushover — go get gregdel-pushover · libregistry