Difference between revisions of "Pushover"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 9: Line 9:
  
  
  curl -s \
+
  [[curl -s]] \
 
   --form-string "token=abc123" \
 
   --form-string "token=abc123" \
 
   --form-string "user=user123" \
 
   --form-string "user=user123" \

Revision as of 23:08, 7 October 2021

wikipedia:Pushover



curl -s \
  --form-string "token=abc123" \
  --form-string "user=user123" \
  --form-string "message=hello world" \
  https://api.pushover.net/1/messages.json



Related terms

Advertising: