Sign in

Update glance

documented

Push short glance data (title/text/count/etc.) to a registered widget for a user.

POST /glances.jsonGlancesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.pushover.net/1/glances.json" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d 'token={{PUSHOVER_API_KEY}}&user={{PUSHOVER_USER_KEY}}&device={{$device}}&title={{$title}}&text={{$text}}&subtext={{$subtext}}&count={{$count}}&percent={{$percent}}'